revert
This commit is contained in:
parent
85e181d447
commit
60c1ae1b30
|
@ -7,7 +7,7 @@ class AboutController < ApplicationController
|
|||
|
||||
def show
|
||||
if user_signed_in?
|
||||
redirect_to "/"
|
||||
redirect_to "/home"
|
||||
else
|
||||
@hide_navbar = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue