From 9800eb3e1a53d337e8db26fa42b7260bf0b00e94 Mon Sep 17 00:00:00 2001 From: Arsen Gasparyan Date: Sat, 12 Dec 2015 09:12:35 +0500 Subject: [PATCH] +1 --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 5d1bf0c..f1ab7f2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,7 +3,7 @@ # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" - root 'arguments#active' + root 'arguments#controversial' # Example of regular route: # get 'products/:id' => 'catalog#view'