Skip to content

Commit

Permalink
Merge pull request #46485 from RubyElders/nodoc-all-arel-files
Browse files Browse the repository at this point in the history
Add nodoc to Arel filter classes.
  • Loading branch information
yahonda committed Nov 16, 2022
2 parents f6a8cb4 + e27c419 commit bd7b45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activerecord/lib/arel/filter_predications.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Arel
module Arel # :nodoc: all
module FilterPredications
def filter(expr)
Nodes::Filter.new(self, expr)
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/arel/nodes/filter.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Arel
module Arel # :nodoc: all
module Nodes
class Filter < Binary
include Arel::WindowPredications
Expand Down

0 comments on commit bd7b45d

Please sign in to comment.