aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-08-24 19:04:50 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-08-24 19:04:50 +0200
commitbe19bf3728f38a709d3e6f961fee856dc843f176 (patch)
treef1bff9d2ee788ff30e7d539fef2c78c7c431cffc /activerecord/lib/active_record
parent35decf4b6b94a84205fe8ee684e2d90a0d2b0a87 (diff)
parent454e0c1c8df143f95d5e2d77e669792857906fab (diff)
downloadrails-be19bf3728f38a709d3e6f961fee856dc843f176.tar.gz
rails-be19bf3728f38a709d3e6f961fee856dc843f176.tar.bz2
rails-be19bf3728f38a709d3e6f961fee856dc843f176.zip
Merge pull request #21354 from yui-knk/fix/migration_file_timestamp
[ci skip] Fix migration file's timestamp
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index 04c6124eef..923dc1799a 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -459,7 +459,7 @@ module ActiveRecord
# Or equivalently, if +TenderloveMigration+ is defined as in the
# documentation for Migration:
#
- # require_relative '2012121212_tenderlove_migration'
+ # require_relative '20121212123456_tenderlove_migration'
#
# class FixupTLMigration < ActiveRecord::Migration
# def change