1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Mark ActiveRecord::TouchLater as private doc

This commit is contained in:
Abhay Nikam 2019-04-05 10:38:17 +05:30
parent 95a1d8721c
commit 65cd6d9e9a

View file

@ -2,7 +2,7 @@
module ActiveRecord
# = Active Record Touch Later
module TouchLater
module TouchLater # :nodoc:
extend ActiveSupport::Concern
included do