Sha256: 67938a9430b9f5032ea13dec690160327d42a2fc6569a1764dd7e7a777131a7d

Contents?: true

Size: 511 Bytes

Versions: 5

Compression:

Stored size: 511 Bytes

Contents

module Phcpress
  class ApplicationController < ActionController::Base

    # Security Filters
    protect_from_forgery with: :exception

		# Load Requried Helper Files
		helper PhcdevworksActiveMenus::Engine.helpers
		helper PhcdevworksNotifications::Engine.helpers
		helper PhcdevworksTitleseo::Engine.helpers
		helper PhcdevworksCore::Engine.helpers


    # Papertrail Whodunnit Username
    def user_for_paper_trail
      current_user ? current_user.username : 'Public user'
    end

    private

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpress-57.0.4 app/controllers/phcpress/application_controller.rb
phcpress-57.0.3 app/controllers/phcpress/application_controller.rb
phcpress-57.0.2 app/controllers/phcpress/application_controller.rb
phcpress-57.0.1 app/controllers/phcpress/application_controller.rb
phcpress-57.0.0 app/controllers/phcpress/application_controller.rb