Sha256: bc23feac1ff065243bc97377a5c16e49ff414e66563630e310a1893b165327b1
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
# @!visibility private 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simplec-0.4.1 | app/controllers/simplec/application_controller.rb |
simplec-0.4.0 | app/controllers/simplec/application_controller.rb |