diff options
author | yui-knk <spiketeika@gmail.com> | 2015-08-29 16:13:43 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-08-29 16:13:43 +0900 |
commit | 884d07b05e6aefc788f0e6275ff4e919e1b1a32b (patch) | |
tree | 35b4f92bc80085f3d8a36d3a4ab6502ecd5c10b6 /activerecord/lib/active_record/migration | |
parent | aa27838e08aba4e40e9c8996952793b72f25fcc1 (diff) | |
download | rails-884d07b05e6aefc788f0e6275ff4e919e1b1a32b.tar.gz rails-884d07b05e6aefc788f0e6275ff4e919e1b1a32b.tar.bz2 rails-884d07b05e6aefc788f0e6275ff4e919e1b1a32b.zip |
[ci skip] Capitalize comments
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 dcc2362397..61d7dc6b4c 100644 --- a/activerecord/lib/active_record/migration/command_recorder.rb +++ b/activerecord/lib/active_record/migration/command_recorder.rb @@ -41,7 +41,7 @@ module ActiveRecord @reverting = !@reverting end - # record +command+. +command+ should be a method name and arguments. + # Record +command+. +command+ should be a method name and arguments. # For example: # # recorder.record(:method_name, [:arg1, :arg2]) |