diff options
author | Rizwan Reza <rizwanreza@gmail.com> | 2010-03-28 12:16:46 +0430 |
---|---|---|
committer | Rizwan Reza <rizwanreza@gmail.com> | 2010-03-28 12:16:46 +0430 |
commit | 155f0be16ba4600e61e331b00e67d281e0550172 (patch) | |
tree | 06c4f0272b07a53228e46a97162fbd133d4db7ba /activerecord | |
parent | b4c91de9462f59d6395c7c871aafa3301afdc383 (diff) | |
download | rails-155f0be16ba4600e61e331b00e67d281e0550172.tar.gz rails-155f0be16ba4600e61e331b00e67d281e0550172.tar.bz2 rails-155f0be16ba4600e61e331b00e67d281e0550172.zip |
Changes migration number to version due to ambiguity. [#3065 state:committed]
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 367b4ce217..1c93346a52 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -374,7 +374,7 @@ module ActiveRecord #:nodoc: ## # :singleton-method: - # Specify whether or not to use timestamps for migration numbers + # Specify whether or not to use timestamps for migration versions cattr_accessor :timestamped_migrations , :instance_writer => false @@timestamped_migrations = true |