Skip to content

Instantly share code, notes, and snippets.

@jcuffe
Created July 12, 2012 18:37
Show Gist options
  • Save jcuffe/3100030 to your computer and use it in GitHub Desktop.
Save jcuffe/3100030 to your computer and use it in GitHub Desktop.
admin_coaches /admin/coaches(.:format) admin#coaches
admin_posts /admin/posts(.:format) admin/posts#index
admin_campaigns /admin/campaigns(.:format) admin/campaigns#index
namespace :admin do
match 'coaches'
match 'posts' => 'posts#index'
match 'campaigns' => 'campaigns#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment