method

cache_attribute?

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