1
0
Fork 0
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:
Rafael Mendonça França 2015-09-09 04:49:38 -03:00
commit 30c503395b

View file

@ -881,7 +881,7 @@ module ActiveRecord
!!@association.include?(record)
end
def arel
def arel #:nodoc:
scope.arel
end