aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-11-25 10:04:08 -0500
committerGitHub <noreply@github.com>2017-11-25 10:04:08 -0500
commit8c750ffb92a8e5ee5661875c52dbc1a7686fb1bc (patch)
tree1b07927ec0cf2b45dcd662fd82a4284a67c31ed0 /activerecord/lib/active_record/migration
parent0f79ab91150b4cdb6c018530978a3395962c7a02 (diff)
parent913742af0bbcace4e39c3f516d599bfc0ae5ea82 (diff)
downloadrails-8c750ffb92a8e5ee5661875c52dbc1a7686fb1bc.tar.gz
rails-8c750ffb92a8e5ee5661875c52dbc1a7686fb1bc.tar.bz2
rails-8c750ffb92a8e5ee5661875c52dbc1a7686fb1bc.zip
Merge pull request #30510 from yhirano55/add_nodoc_to_activerecord
Add :nodoc: to activerecord [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/migration')
-rw-r--r--activerecord/lib/active_record/migration/command_recorder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/migration/command_recorder.rb b/activerecord/lib/active_record/migration/command_recorder.rb
index ac7d506fd1..81ef4828f8 100644
--- a/activerecord/lib/active_record/migration/command_recorder.rb
+++ b/activerecord/lib/active_record/migration/command_recorder.rb
@@ -110,7 +110,7 @@ module ActiveRecord
private
- module StraightReversions
+ module StraightReversions # :nodoc:
private
{ transaction: :transaction,
execute_block: :execute_block,