method

eagerly_generate_alias_attribute_methods

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