X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..57209683238197d4391103ba3ca4b295a70fbb0a:/db/migrate/20110322001319_add_terms_seen_to_user.rb?ds=inline diff --git a/db/migrate/20110322001319_add_terms_seen_to_user.rb b/db/migrate/20110322001319_add_terms_seen_to_user.rb index f41782d37..824eaceb0 100644 --- a/db/migrate/20110322001319_add_terms_seen_to_user.rb +++ b/db/migrate/20110322001319_add_terms_seen_to_user.rb @@ -1,5 +1,5 @@ class AddTermsSeenToUser < ActiveRecord::Migration[4.2] - class User < ActiveRecord::Base + class User < ApplicationRecord end def self.up