Method: ActiveSupport.cache_format_version=
- Defined in:
- lib/active_support.rb
.cache_format_version=(value) ⇒ Object
120 121 122 |
# File 'lib/active_support.rb', line 120 def self.cache_format_version=(value) Cache.format_version = value end |