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