mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Improve readability
This commit is contained in:
parent
f1cbdec8e7
commit
989bb32548
8 changed files with 8 additions and 8 deletions
|
@ -107,6 +107,6 @@ class Registrant::SessionsController < Devise::SessionsController
|
|||
end
|
||||
|
||||
def user_for_paper_trail
|
||||
current_registrant_user.present? ? current_registrant_user.id_role_username : 'guest'
|
||||
current_registrant_user.present? ? current_registrant_user.id_role_username : 'anonymous'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue