method
normalize_version
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
normalize_version(key, options = nil)private
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 668
def normalize_version(key, options = nil)
(options && options[:version].try(:to_param)) || expanded_version(key)
end