saasbook

nested_routes.rb

Aug 15th, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. # in routes.rb, change the line 'resources :movies' to:
  2. resources :movies do
  3.   resources :reviews
  4. end
Add Comment
Please, Sign In to add comment