method
eagerly_generate_alias_attribute_methods
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
eagerly_generate_alias_attribute_methods(_new_name, _old_name)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 63
def eagerly_generate_alias_attribute_methods(_new_name, _old_name) # :nodoc:
# alias attributes in Active Record are lazily generated
end