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