aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/2_create_comments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/migrations/to_copy2/2_create_comments.rb')
-rw-r--r--activerecord/test/migrations/to_copy2/2_create_comments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/migrations/to_copy2/2_create_comments.rb b/activerecord/test/migrations/to_copy2/2_create_comments.rb
index 0f048d90f7..2e9f5ec6bc 100644
--- a/activerecord/test/migrations/to_copy2/2_create_comments.rb
+++ b/activerecord/test/migrations/to_copy2/2_create_comments.rb
@@ -1,4 +1,4 @@
-class CreateArticles < ActiveRecord::Migration
+class CreateArticles < ActiveRecord::Migration::Current
def self.up
end