Failing Routes

2010-06-21 Thread Neil
I have an app that has the following in the routes file: namespace admin do # ADMINISTRATIVE ROUTES ONLY root :to = 'home#index' resources :comments do member do get :approve get :reject end end resources :users do member do get

Re: Failing Routes

2010-06-21 Thread Keenan Brock
disclaimer: I have not installed rails 3 yet. My reaction is they are looking for controller Admin::HomeController in file app/controllers/admin/home_controller --K On Jun 21, 2010, at 11:03 AM, Neil wrote: I have an app that has the following in the routes file: namespace admin do #