Sha256: 073f15ea213258b19f48453d63b1fcfddc8e667ad9dfc16466abab9f9bc368c3
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
module Authz class ApplicationRecord < ActiveRecord::Base self.abstract_class = true # Forces the use of Rails 5.1 and below for #cache_key. # This is limited to the gem's inner workings so the # host app is not affected. # #cache_key will include timestamp. self.cache_versioning = false end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
authz-0.0.2 | app/models/authz/application_record.rb |
authz-0.0.1 | app/models/authz/application_record.rb |
authz-0.0.1.alpha5 | app/models/authz/application_record.rb |