change /home => /
This commit is contained in:
parent
1ec2327652
commit
85e181d447
@ -7,7 +7,7 @@ class AboutController < ApplicationController
|
|||||||
|
|
||||||
def show
|
def show
|
||||||
if user_signed_in?
|
if user_signed_in?
|
||||||
redirect_to "/home"
|
redirect_to "/"
|
||||||
else
|
else
|
||||||
@hide_navbar = false
|
@hide_navbar = false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user