From ccaaaaf4b8143d1da3e164ab95d5c142b031be14 Mon Sep 17 00:00:00 2001
From: Ronak Jangir <ronakjangir47@gmail.com>
Date: Tue, 8 Sep 2015 23:51:05 +0530
Subject: Added nodoc for `arel` method which returns object of private api.
 [ci skip]

---
 activerecord/lib/active_record/associations/collection_proxy.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
cgit v1.2.3