Guest User

Untitled

a guest
Jun 16th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1. Rottenpotatoes::Application.routes.draw do
  2.   resources :movies
  3.  
  4.   # map '/' to be a redirect to '/movies'
  5.   root :to => redirect('/movies')
  6.  
  7.   post '/movies/search_tmbd', as: :search_tmbd
  8. end
Advertisement
Add Comment
Please, Sign In to add comment