Sha256: e70aa1070a57576c2920f122ee00ca02b81f328322ce7a6d2fd4f31653d66e94

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

module PhcdevworksMembers
    class ApplicationController < ActionController::Base

        # Security Filters
        protect_from_forgery with: :exception

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

    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_members-2.2.1 app/controllers/phcdevworks_members/application_controller.rb