diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-09-03 00:23:01 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-09-03 00:23:01 +0900 |
commit | 913742af0bbcace4e39c3f516d599bfc0ae5ea82 (patch) | |
tree | ba6cd823eb3678b0ecd9e3598233bcfcfbdd9c27 /activerecord/lib/active_record/migration | |
parent | 9ca873d222b9bf7a2d394b24df4cca66fbcc0423 (diff) | |
download | rails-913742af0bbcace4e39c3f516d599bfc0ae5ea82.tar.gz rails-913742af0bbcace4e39c3f516d599bfc0ae5ea82.tar.bz2 rails-913742af0bbcace4e39c3f516d599bfc0ae5ea82.zip |
Add :nodoc: to activerecord [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/migration')
-rw-r--r-- | activerecord/lib/active_record/migration/command_recorder.rb | 2 |
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 a3a5e0fa16..72ce9c3655 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, |