saasbook

routes.rb

Mar 13th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. Myrottenpotatoes::Application.routes.draw do
  2.   resources :movies
  3.   root :to => redirect('/movies')
  4. end
Add Comment
Please, Sign In to add comment