From 65cd6d9e9a1ce92abc1be94b00d16d982c0805d5 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 5 Apr 2019 10:38:17 +0530 Subject: [ci skip] Mark ActiveRecord::TouchLater as private doc --- activerecord/lib/active_record/touch_later.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/touch_later.rb') diff --git a/activerecord/lib/active_record/touch_later.rb b/activerecord/lib/active_record/touch_later.rb index f70b7c50a2..5dc88fb26c 100644 --- a/activerecord/lib/active_record/touch_later.rb +++ b/activerecord/lib/active_record/touch_later.rb @@ -2,7 +2,7 @@ module ActiveRecord # = Active Record Touch Later - module TouchLater + module TouchLater # :nodoc: extend ActiveSupport::Concern included do -- cgit v1.2.3