mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #35870 from abhaynikam/mark-touch-later-as-private-doc
[ci skip] Mark ActiveRecord::TouchLater as private doc
This commit is contained in:
commit
bd1e9a1b98
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
module ActiveRecord
|
||||
# = Active Record Touch Later
|
||||
module TouchLater
|
||||
module TouchLater # :nodoc:
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
|
|
Loading…
Reference in a new issue