]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/user.rb
Merge remote-tracking branch 'upstream/pull/2431'
[rails.git] / app / models / user.rb
index 1095dc6eaccbf9e4466d4b80bc6764d81f76371b..518cb94ccf29a81223671520c23dd09d5c467d1d 100644 (file)
@@ -43,7 +43,7 @@
 #  users_home_idx                (home_tile)
 #
 
-class User < ActiveRecord::Base
+class User < ApplicationRecord
   require "xml/libxml"
 
   has_many :traces, -> { where(:visible => true) }