Sha256: ac9c67552fccb0f09d202099deeb1d2c6ce75120ec3c627c203f5aae1d1747fa

Contents?: true

Size: 372 Bytes

Versions: 9

Compression:

Stored size: 372 Bytes

Contents

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

    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcdevworks_mailer_form-1.2.2 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.2.1 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.2.0 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.1.4 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.1.3 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.1.2 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.1.1 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.1.0 app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-1.0.0b app/controllers/phcdevworks_mailer_form/application_controller.rb