Module: ActiveRecordExtended::Patch::RelationPatch::QueryDelegation

Defined in:
lib/active_record_extended/patch/relation_patch.rb

Constant Summary collapse

AR_EX_QUERY_METHODS =
(
  [
    :with, :define_window, :select_window, :foster_select,
    :either_join, :either_joins, :either_order, :either_orders
  ] +
  ActiveRecordExtended::QueryMethods::Unionize::UNIONIZE_METHODS +
  ActiveRecordExtended::QueryMethods::Json::JSON_QUERY_METHODS
).freeze