method
attribute_methods_generated?
rails latest stable - Class:
ActiveRecord::AttributeMethods::ClassMethods
attribute_methods_generated?()public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 18
def attribute_methods_generated?
@attribute_methods_generated ||= false
end