Skip to content

Instantly share code, notes, and snippets.

@sunfmin
Created September 12, 2008 08:24
Show Gist options
  • Save sunfmin/10407 to your computer and use it in GitHub Desktop.
Save sunfmin/10407 to your computer and use it in GitHub Desktop.
r.namespace :admin do |admin|
admin.match("/products/import").to(:controller => "products", :action => "import").name(:import_admin_products)
[:countries, :languages, :sports, :products].each do |res|
admin.resources res
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment