method
_new
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::AssociationRelation
_new(attributes, &block)private
No documentation available.
# File activerecord/lib/active_record/association_relation.rb, line 41
def _new(attributes, &block)
@association.build(attributes, &block)
end