method
create_with!
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
create_with!(value)public
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 681
def create_with!(value) # :nodoc:
self.create_with_value = value ? create_with_value.merge(value) : {}
self
end