Sha256: 55f5aeffabcf19eedf55891ce82091c2a88f20fdfd362bea72bed30bfc951929

Contents?: true

Size: 360 Bytes

Versions: 13

Compression:

Stored size: 360 Bytes

Contents

module PhcdevworksAccountsAuth0
  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

    private

  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcdevworks_accounts_auth0-1.0.1b app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-1.0.0b app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.11.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.10.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.9.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.8.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.7.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.6.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.5.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.4.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.3.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.2.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb
phcdevworks_accounts_auth0-0.1.0 app/controllers/phcdevworks_accounts_auth0/application_controller.rb