]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset_comment.rb
Create an ApplicationRecord for models to inherit from
[rails.git] / app / models / changeset_comment.rb
index 75b1a055b23dd1306a4469e4819d2cf531c2923d..ceb7d35597f75e816811214fbfa252eddd7470d0 100644 (file)
@@ -19,7 +19,7 @@
 #  changeset_comments_changeset_id_fkey  (changeset_id => changesets.id)
 #
 
-class ChangesetComment < ActiveRecord::Base
+class ChangesetComment < ApplicationRecord
   belongs_to :changeset
   belongs_to :author, :class_name => "User"