]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way.rb
Merge remote-tracking branch 'upstream/pull/2667'
[rails.git] / app / models / way.rb
index 3284c47f37312aed1215b64298e108ba86720c6b..d0d1e2a2e43836a52018a93213a2cc463850e4a8 100644 (file)
@@ -17,7 +17,7 @@
 #  current_ways_changeset_id_fkey  (changeset_id => changesets.id)
 #
 
-class Way < ActiveRecord::Base
+class Way < ApplicationRecord
   require "xml/libxml"
 
   include ConsistencyValidations