aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/migrations/to_copy/1_people_have_hobbies.rb')
-rw-r--r--activerecord/test/migrations/to_copy/1_people_have_hobbies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb b/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
index 639841f663..607113b091 100644
--- a/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
+++ b/activerecord/test/migrations/to_copy/1_people_have_hobbies.rb
@@ -1,4 +1,4 @@
-class PeopleHaveLastNames < ActiveRecord::Migration
+class PeopleHaveLastNames < ActiveRecord::Migration::Current
def self.up
add_column "people", "hobbies", :text
end