]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/issue.rb
Create an ApplicationRecord for models to inherit from
[rails.git] / app / models / issue.rb
index f18581b5f059670f01a52836aca272b2d77265fb..14c5f8231d56b95761cea9010cdb434230974e5e 100644 (file)
@@ -30,7 +30,7 @@
 #  issues_updated_by_fkey        (updated_by => users.id)
 #
 
-class Issue < ActiveRecord::Base
+class Issue < ApplicationRecord
   belongs_to :reportable, :polymorphic => true
   belongs_to :reported_user, :class_name => "User", :foreign_key => :reported_user_id
   belongs_to :user_resolved, :class_name => "User", :foreign_key => :resolved_by