module
ActiveRecord::QueryMethods
v8.1.1 -
Show latest stable
No documentation available for this module.
Included modules
- ActiveModel::ForbiddenAttributesProtection
Constants
FROZEN_EMPTY_ARRAY = [].freeze
FROZEN_EMPTY_HASH = {}.freeze
STRUCTURAL_VALUE_METHODS = (\nRelation::VALUE_METHODS -\n[:extending, :where, :having, :unscope, :references, :annotate, :optimizer_hints]\n).freeze # :nodoc:
VALID_DIRECTIONS = [:asc, :desc, :ASC, :DESC,\n"asc", "desc", "ASC", "DESC"].to_set # :nodoc:
VALID_UNSCOPING_VALUES = Set.new([:where, :select, :group, :order, :lock,\n:limit, :offset, :joins, :left_outer_joins, :annotate,\n:includes, :eager_load, :preload, :from, :readonly,\n:having, :optimizer_hints, :with])
Files
- activerecord/lib/active_record/relation/query_methods.rb