Uncommented the root route in 'routes.rb' and pointed it to #index

This commit is contained in:
Prelang Builder
2014-02-27 23:58:21 +00:00
committed by u7482
parent 8b456555e6
commit 8159a93e1b

View File

@@ -4,7 +4,7 @@ PrelangTest::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 'landings#index'
# Example of regular route:
# get 'products/:id' => 'catalog#view'