Skip to content

Instantly share code, notes, and snippets.

@wesrog
Created December 5, 2008 18:20
Show Gist options
  • Save wesrog/32437 to your computer and use it in GitHub Desktop.
Save wesrog/32437 to your computer and use it in GitHub Desktop.
ActionController::Routing::Routes.draw do |map|
map.namespace :admin do |admin|
admin.resources :manufacturers
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment