Improve readability

This commit is contained in:
Artur Beljajev 2018-07-16 01:31:36 +03:00
parent f1cbdec8e7
commit 989bb32548
8 changed files with 8 additions and 8 deletions

View file

@ -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