method

create_with

create_with(value = true)
public

No documentation available.

# File activerecord/lib/active_record/relation/query_methods.rb, line 85
    def create_with(value = true)
      clone.tap {|r| r.create_with_value = value }
    end