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