Merge pull request #5 from patmbolger/add-root-route

added root route
This commit is contained in:
Armando Fox 2015-11-09 04:49:10 -08:00
commit acd6bb2bbd
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'