code_junkie

Routes in Ruby On Rails

Nov 14th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. map.resources :participations
  2.  
  3. map.signup '/participations/signup', :controller => 'participations', :action => 'new'
  4.  
  5. map.signup '/signup', :controller => 'participations', :action => 'new'
Add Comment
Please, Sign In to add comment