fix(profile): commencer is not always "as guest"
This commit is contained in:
parent
a41c8f73ad
commit
ac47f82451
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ module Users
|
|||
retrieve_procedure
|
||||
end
|
||||
|
||||
def nav_bar_profile
|
||||
current_user ? :user : :guest
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def extra_query_params
|
||||
|
|
Loading…
Reference in a new issue