Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ActionController::Routing::Routes.draw do |map|
  2. map.resources :regions
  3.  
  4. map.resources :areas
  5.  
  6. map.resources :pipes
  7.  
  8. map.resources :cashiers
  9.  
  10. map.resources :fees
  11.  
  12. # map.connect ':controller/:action/:id'
  13. # map.connect ':controller/:action/:id.:format'
  14. end
Add Comment
Please, Sign In to add comment