method
cacheable_column?
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Read::ClassMethods
cacheable_column?(column)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/read.rb, line 51
def cacheable_column?(column)
serialized_attributes.include?(column.name) || attribute_types_cached_by_default.include?(column.type)
end