Skip to content

Commit c44bde6

Browse files
committed
Add some missing :nodoc:
1 parent e85d314 commit c44bde6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

activerecord/lib/active_record/relation/query_methods.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,13 +1657,12 @@ def build_where_clause(opts, rest = []) # :nodoc:
16571657
end
16581658
alias :build_having_clause :build_where_clause
16591659

1660-
def async!
1660+
def async! # :nodoc:
16611661
@async = true
16621662
self
16631663
end
16641664

1665-
protected
1666-
def arel_columns(columns)
1665+
def arel_columns(columns) # :nodoc:
16671666
columns.flat_map do |field|
16681667
case field
16691668
when Symbol, String

0 commit comments

Comments
 (0)