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