Class: ActiveModel::AttributeRegistration::ClassMethods::PendingType

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_model/attribute_registration.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#apply_to(attribute_set) ⇒ Object



55
56
57
58
# File 'lib/active_model/attribute_registration.rb', line 55

def apply_to(attribute_set)
  attribute = attribute_set[name]
  attribute_set[name] = attribute.with_type(type || attribute.type)
end