method
scope_for_create
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::Relation
scope_for_create()public
No documentation available.
# File activerecord/lib/active_record/relation.rb, line 513
def scope_for_create
@scope_for_create ||= where_values_hash.merge(create_with_value)
end