Module: AttributeCustomization::LocalCache::ClassMethods
- Defined in:
- app/models/attribute_customization/local_cache.rb
Instance Method Summary collapse
Instance Method Details
#namespace_cache_for(namespace) ⇒ Object
23 24 25 |
# File 'app/models/attribute_customization/local_cache.rb', line 23 def namespace_cache_for(namespace) (@namespace_cache ||= {})[namespace] ||= NamespaceCache.new(namespace) end |