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:
parent
95a1d8721c
commit
65cd6d9e9a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
module ActiveRecord
|
module ActiveRecord
|
||||||
# = Active Record Touch Later
|
# = Active Record Touch Later
|
||||||
module TouchLater
|
module TouchLater # :nodoc:
|
||||||
extend ActiveSupport::Concern
|
extend ActiveSupport::Concern
|
||||||
|
|
||||||
included do
|
included do
|
||||||
|
|
Loading…
Reference in a new issue