Skip to content

Instantly share code, notes, and snippets.

@bwiggs
Created January 10, 2011 22:51
Show Gist options
  • Save bwiggs/773630 to your computer and use it in GitHub Desktop.
Save bwiggs/773630 to your computer and use it in GitHub Desktop.
Moonshine::Application.routes.draw do
# Administration
match 'admin/automobiles/get_makes_for_year' => 'admin/automobiles#get_makes_for_year'
match 'admin/automobiles/get_models_for_make_and_year' => 'admin/automobiles#get_models_for_make_and_year'
namespace "admin" do
resources :automobiles
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment