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