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.
1 parent 90cba59 commit e27c419Copy full SHA for e27c419
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