From 631f13738d220bd093579cfdcce9ef6ec10a5f56 Mon Sep 17 00:00:00 2001 From: Patrick Bolger Date: Mon, 9 Nov 2015 07:40:51 -0500 Subject: [PATCH] added root route --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index a333dcd..faacdaa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'