method
_create!
v8.1.1 -
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