diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-04-05 15:36:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 15:36:01 +0900 |
commit | bd1e9a1b98d1a3fcd419e4f975f7efa012b6f399 (patch) | |
tree | c4a4d990cdaa3bf473a6f1e968e2967ad4086977 /activerecord/lib | |
parent | 95a1d8721c84d13951f0a531e0dda6233d3180d4 (diff) | |
parent | 65cd6d9e9a1ce92abc1be94b00d16d982c0805d5 (diff) | |
download | rails-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
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/touch_later.rb | 2 |
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 |