Skip to content

Instantly share code, notes, and snippets.

@piclez
Created October 19, 2008 22:05
Show Gist options
  • Save piclez/17956 to your computer and use it in GitHub Desktop.
Save piclez/17956 to your computer and use it in GitHub Desktop.
r.namespace :admin do |admin|
admin.resources :products
r.resources :product_lines do |product_line|
product_line.resources :products
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment