main controller renders by name
This commit is contained in:
parent
05495b0224
commit
03ba3a89f1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class MainController < ApplicationController
|
|||
if !authenticated?
|
||||
render 'main/home'
|
||||
else
|
||||
render 'maps/activemaps'
|
||||
render 'explore/active'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue