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