Class: Phcscriptcdnpro::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#user_for_paper_trailObject

Papertrail Whodunnit Username



13
14
15
16
# File 'app/controllers/phcscriptcdnpro/application_controller.rb', line 13

def user_for_paper_trail
  # Default is: current_user rescue nil
  current_user ? current_user.username : 'Public user'
end