app/controllers/phcscriptcdnpro/application_controller.rb in phcscriptcdnpro-65.0.0 vs app/controllers/phcscriptcdnpro/application_controller.rb in phcscriptcdnpro-66.0.0

- old
+ new

@@ -6,10 +6,10 @@ # Load Helpers helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers helper Phcaccountspro::Engine.helpers - + # Papertrail Whodunnit Username def user_for_paper_trail current_user ? current_user.username : 'Public user' end