Class: ActiveModel::AttributeRegistration::ClassMethods::PendingDefault
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Struct
Instance Method Details
#apply_to(attribute_set) ⇒ Object
62 63 64 |
# File 'activemodel/lib/active_model/attribute_registration.rb', line 62 def apply_to(attribute_set) attribute_set[name] = attribute_set[name].with_user_default(default) end |