Skip to content

Instantly share code, notes, and snippets.

@pupca
Created December 15, 2010 15:57
Show Gist options
  • Save pupca/742138 to your computer and use it in GitHub Desktop.
Save pupca/742138 to your computer and use it in GitHub Desktop.
No route matches {:action=>"detail", :controller=>"admin/orders", :order_id=>1}
namespace :admin do
root :to => "dashboards#index"
resources :orders do
member do
get :detail
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment