Sha256: 18fbb7819495ee14663379154a70d46b3b8ff425bc6d20f00d0dbc1eb5b21637

Contents?: true

Size: 313 Bytes

Versions: 14

Compression:

Stored size: 313 Bytes

Contents

# @!visibility private
module Simplec
  class ApplicationController < ::ActionController::Base
    include Simplec::ActionController::Extensions
    include Simplec::PageActionHelpers

    protect_from_forgery with: :exception

    after_action do
      Thread.current[:simplec_subdomain] = nil
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
simplec-0.10.1 app/controllers/simplec/application_controller.rb
simplec-0.10.0 app/controllers/simplec/application_controller.rb
simplec-0.9.2 app/controllers/simplec/application_controller.rb
simplec-0.9.1 app/controllers/simplec/application_controller.rb
simplec-0.9.0 app/controllers/simplec/application_controller.rb
simplec-0.8.1 app/controllers/simplec/application_controller.rb
simplec-0.8.0 app/controllers/simplec/application_controller.rb
simplec-0.7.1 app/controllers/simplec/application_controller.rb
simplec-0.7.0 app/controllers/simplec/application_controller.rb
simplec-0.6.0 app/controllers/simplec/application_controller.rb
simplec-0.5.0 app/controllers/simplec/application_controller.rb
simplec-0.4.4 app/controllers/simplec/application_controller.rb
simplec-0.4.3 app/controllers/simplec/application_controller.rb
simplec-0.4.2 app/controllers/simplec/application_controller.rb