Sha256: 72508149d7e5f4d2750d60b5493b3c95c5edac2635ad48cdf197d4fbf22d8bf7

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 Bytes

Contents

module Simplec
  class ApplicationController < ::ActionController::Base
    protect_from_forgery with: :exception

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simplec-0.3.0 app/controllers/simplec/application_controller.rb
simplec-0.2.0 app/controllers/simplec/application_controller.rb
simplec-0.1.2 app/controllers/simplec/application_controller.rb
simplec-0.1.0 app/controllers/simplec/application_controller.rb