added root route

This commit is contained in:
Patrick Bolger 2015-11-09 07:40:51 -05:00
parent dace64846f
commit 631f13738d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Rails.application.routes.draw do
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
# root 'welcome#index'
root 'movies#index'
# Example of regular route:
# get 'products/:id' => 'catalog#view'