We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6a8cb4 + e27c419 commit bd7b45dCopy full SHA for bd7b45d
activerecord/lib/arel/filter_predications.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-module Arel
+module Arel # :nodoc: all
4
module FilterPredications
5
def filter(expr)
6
Nodes::Filter.new(self, expr)
activerecord/lib/arel/nodes/filter.rb
module Nodes
class Filter < Binary
include Arel::WindowPredications
0 commit comments