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