method
cache_attribute?
v2.0.3 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
cache_attribute?(attr_name)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 108
def cache_attribute?(attr_name)
cached_attributes.include?(attr_name)
end