1
0
Fork 0
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:
Ryuta Kamizono 2019-04-05 15:36:01 +09:00 committed by GitHub
commit bd1e9a1b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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