method
create_with
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
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