about summary refs log tree commit diff
path: root/app/models/mention.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/mention.rb')
-rw-r--r--app/models/mention.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mention.rb b/app/models/mention.rb
index 9fefa657a..b39fa2cbb 100644
--- a/app/models/mention.rb
+++ b/app/models/mention.rb
@@ -1,4 +1,4 @@
-class Mention < ActiveRecord::Base
+class Mention < ApplicationRecord
   belongs_to :account, inverse_of: :mentions
   belongs_to :status