Method: ActiveRecord::QueryMethods#create_with!

Defined in:
lib/active_record/relation/query_methods.rb

#create_with!(value) ⇒ Object

:nodoc:



713
714
715
716
# File 'lib/active_record/relation/query_methods.rb', line 713

def create_with!(value) # :nodoc:
  self.create_with_value = value ? create_with_value.merge(value) : {}
  self
end