Sha256: e0f6272c5f283db0faaf5d35436bfd34895ea122fcc6450a6ff9dec2bbcc04a9

Contents?: true

Size: 344 Bytes

Versions: 7

Compression:

Stored size: 344 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

7 entries across 7 versions & 1 rubygems

Version Path
phcdevworks_mailer_form-0.5.0b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.2.0b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.1.0b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.0.7b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.0.6b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.0.5b app/controllers/phcdevworks_mailer_form/application_controller.rb
phcdevworks_mailer_form-0.0.4b app/controllers/phcdevworks_mailer_form/application_controller.rb