Guest User

Untitled

a guest
Apr 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. map.resources :hotels, :controller => :admin_hotel, :path_prefix => 'admin', :has_many => :goodjob
  2. map.resources :hotels, :controller => :admin_hotel, :path_prefix => 'admin', :has_many => :mvp
  3. map.resources :hotels, :controller => :admin_hotel, :path_prefix => 'admin', :has_many => :issue
  4. map.resources :goodjobs, :controller => :admin_goodjob
  5. map.resources :mvps, :controller => :admin_mvp
  6. map.resources :issues, :controller => :admin_issue
  7.  
  8. # Install the default routes as the lowest priority.
  9. map.connect ':controller/:action/:id'
  10. map.connect ':controller/:action/:id.:format'
Add Comment
Please, Sign In to add comment