Class: Phcmemberspro::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/phcmemberspro/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#user_for_paper_trailObject

Papertrail Whodunnit Username



15
16
17
# File 'app/controllers/phcmemberspro/application_controller.rb', line 15

def user_for_paper_trail
  current_user ? current_user.username : 'Public user'
end