method
cache_attributes
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Read::ClassMethods
cache_attributes(*attribute_names)public
cache_attributes allows you to declare which converted attribute values should be cached. Usually caching only pays off for attributes with expensive conversion methods, like time related columns (e.g. created_at, updated_at).