added root route
This commit is contained in:
parent
dace64846f
commit
631f13738d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue