]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/051_add_status_to_user.rb
Switch to using the zeitwork autoloader
[rails.git] / db / migrate / 051_add_status_to_user.rb
index 5cf8a920f50e0f2e0d290bc32e91e85de4f1f1da..f170e0de887c247aedd000f788d6ac4645c81f9f 100644 (file)
@@ -1,7 +1,5 @@
-require "migrate"
-
 class AddStatusToUser < ActiveRecord::Migration[4.2]
-  class User < ActiveRecord::Base
+  class User < ApplicationRecord
   end
 
   def self.up