mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #21554 from ronakjangir47/added_nodoc
Added nodoc tag for the methods which returns object of private apis
This commit is contained in:
commit
30c503395b
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ module ActiveRecord
|
|||
!!@association.include?(record)
|
||||
end
|
||||
|
||||
def arel
|
||||
def arel #:nodoc:
|
||||
scope.arel
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue