method
undefine_attribute_methods
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
undefine_attribute_methods()public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 62
def undefine_attribute_methods # :nodoc:
super if attribute_methods_generated?
@attribute_methods_generated = false
end