From 03ba3a89f1cf4c871f691d32fed7721fde605063 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sun, 25 Sep 2016 23:37:08 +0800 Subject: [PATCH] main controller renders by name --- app/controllers/main_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb index 0d6af64b..4624c7a6 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -17,7 +17,7 @@ class MainController < ApplicationController if !authenticated? render 'main/home' else - render 'maps/activemaps' + render 'explore/active' end end end