Method: Datamappify::Lazy::AttributesHandler#cache_attributes!
- Defined in:
- lib/datamappify/lazy/attributes_handler.rb
#cache_attributes! ⇒ void (private)
This method returns an undefined value.
Removes the cached attributes from the uncached attributes array
38 39 40 |
# File 'lib/datamappify/lazy/attributes_handler.rb', line 38 def cache_attributes! @uncached_attributes = @uncached_attributes - @entity.cached_attributes.keys end |