method

scope_for_create

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