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