Module: Irie::Extensions::ParamFilters
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/irie/extensions/param_filters.rb
Overview
Allows filtering of results using ARel predicates.
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- IRIE_ARY_PREDICATES =
[:not_eq_any, :not_eq_all, :eq_any, :eq_all, :in_any, :in_all, :not_in_any, :not_in_all, :matches_any, :matches_all, :does_not_match_all, :gteq_any, :gteq_all, :gt_any, :gt_all, :lt_any, :lt_all, :lteq_any, :lteq_all]