main controller renders by name

This commit is contained in:
Devin Howard 2016-09-25 23:37:08 +08:00
parent 05495b0224
commit 03ba3a89f1

View file

@ -17,7 +17,7 @@ class MainController < ApplicationController
if !authenticated?
render 'main/home'
else
render 'maps/activemaps'
render 'explore/active'
end
end
end