method
cacheable_column?
v3.2.13 -
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 91
def cacheable_column?(column)
attribute_types_cached_by_default.include?(column.type)
end