diff options
author | Ronak Jangir <ronakjangir47@gmail.com> | 2015-09-08 23:51:05 +0530 |
---|---|---|
committer | Ronak Jangir <ronakjangir47@gmail.com> | 2015-09-09 13:15:20 +0530 |
commit | ccaaaaf4b8143d1da3e164ab95d5c142b031be14 (patch) | |
tree | 021fb5b7d67ebfc3bb5e31b920a43916984d7f2d /activerecord | |
parent | 8aa476869d7180277f31f325cc09059a718f9640 (diff) | |
download | rails-ccaaaaf4b8143d1da3e164ab95d5c142b031be14.tar.gz rails-ccaaaaf4b8143d1da3e164ab95d5c142b031be14.tar.bz2 rails-ccaaaaf4b8143d1da3e164ab95d5c142b031be14.zip |
Added nodoc for `arel` method which returns object of private api. [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/associations/collection_proxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb index 29c711082a..79b6b80d84 100644 --- a/activerecord/lib/active_record/associations/collection_proxy.rb +++ b/activerecord/lib/active_record/associations/collection_proxy.rb @@ -881,7 +881,7 @@ module ActiveRecord !!@association.include?(record) end - def arel + def arel #:nodoc: scope.arel end |