Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ActionController::Routing::Routes.draw do |map|
  2. map.resources :failmasters
  3.  
  4.  
  5.  
  6. map.root :controller => "failmasters", :action => "new"
  7. map.connect "/:id", :controller=>"failmasters", :action=>"show"
  8.  
  9.  
  10.  
  11. end
Add Comment
Please, Sign In to add comment