aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-05 15:36:01 +0900
committerGitHub <noreply@github.com>2019-04-05 15:36:01 +0900
commitbd1e9a1b98d1a3fcd419e4f975f7efa012b6f399 (patch)
treec4a4d990cdaa3bf473a6f1e968e2967ad4086977
parent95a1d8721c84d13951f0a531e0dda6233d3180d4 (diff)
parent65cd6d9e9a1ce92abc1be94b00d16d982c0805d5 (diff)
downloadrails-bd1e9a1b98d1a3fcd419e4f975f7efa012b6f399.tar.gz
rails-bd1e9a1b98d1a3fcd419e4f975f7efa012b6f399.tar.bz2
rails-bd1e9a1b98d1a3fcd419e4f975f7efa012b6f399.zip
Merge pull request #35870 from abhaynikam/mark-touch-later-as-private-doc
[ci skip] Mark ActiveRecord::TouchLater as private doc
-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