class ActiveModel::AttributeRegistration::ClassMethods::PendingAttribute
:nodoc:
def apply_to(attribute)
def apply_to(attribute) attribute = attribute.with_type(type || attribute.type) attribute = attribute.with_user_default(default) if defined?(@default) attribute end