aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/touch_later.rb
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-04-05 10:38:17 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-04-05 10:38:17 +0530
commit65cd6d9e9a1ce92abc1be94b00d16d982c0805d5 (patch)
treec4a4d990cdaa3bf473a6f1e968e2967ad4086977 /activerecord/lib/active_record/touch_later.rb
parent95a1d8721c84d13951f0a531e0dda6233d3180d4 (diff)
downloadrails-65cd6d9e9a1ce92abc1be94b00d16d982c0805d5.tar.gz
rails-65cd6d9e9a1ce92abc1be94b00d16d982c0805d5.tar.bz2
rails-65cd6d9e9a1ce92abc1be94b00d16d982c0805d5.zip
[ci skip] Mark ActiveRecord::TouchLater as private doc
Diffstat (limited to 'activerecord/lib/active_record/touch_later.rb')
-rw-r--r--activerecord/lib/active_record/touch_later.rb2
1 files changed, 1 insertions, 1 deletions
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