]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/node.rb
Create an ApplicationRecord for models to inherit from
[rails.git] / app / models / node.rb
index 2e71813ff948e853a429df6764b4ca375f220ce0..4d48112fc6fa9361fcd268f0e17b92b2a3d14776 100644 (file)
@@ -21,7 +21,7 @@
 #  current_nodes_changeset_id_fkey  (changeset_id => changesets.id)
 #
 
-class Node < ActiveRecord::Base
+class Node < ApplicationRecord
   require "xml/libxml"
 
   include GeoRecord