From 215e128ddc12c98e8b6f43eca27bff0bb115461b Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Wed, 14 Oct 2015 09:44:09 +0200 Subject: add missing :nodoc: to `ActiveRecord::Scoping`. [ci skip] --- activerecord/lib/active_record/scoping.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/scoping.rb b/activerecord/lib/active_record/scoping.rb index f049b658c4..184c5063d9 100644 --- a/activerecord/lib/active_record/scoping.rb +++ b/activerecord/lib/active_record/scoping.rb @@ -30,7 +30,7 @@ module ActiveRecord end end - def populate_with_current_scope_attributes + def populate_with_current_scope_attributes # :nodoc: return unless self.class.scope_attributes? self.class.scope_attributes.each do |att,value| @@ -38,7 +38,7 @@ module ActiveRecord end end - def initialize_internals_callback + def initialize_internals_callback # :nodoc: super populate_with_current_scope_attributes end -- cgit v1.2.3