Guest User

Untitled

a guest
Jun 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cat routes.rb yields....
  2.  
  3. ActionController::Routing::Routes.draw do |map|
  4. map.resources :movies
  5. map.connect ':controller/:action/:id'
  6. map.connect ':controller/:action/:id.:format'
  7. end
Add Comment
Please, Sign In to add comment