method
scope_for_create
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Relation
scope_for_create()public
No documentation available.
# File activerecord/lib/active_record/relation.rb, line 467
def scope_for_create
where_values_hash.merge!(create_with_value.stringify_keys)
end