summaryrefslogtreecommitdiff
path: root/app/models/push_event_payload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/push_event_payload.rb')
-rw-r--r--app/models/push_event_payload.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/push_event_payload.rb b/app/models/push_event_payload.rb
index c7769edf055..537859ec7b7 100644
--- a/app/models/push_event_payload.rb
+++ b/app/models/push_event_payload.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class PushEventPayload < ActiveRecord::Base
+class PushEventPayload < ApplicationRecord
include ShaAttribute
belongs_to :event, inverse_of: :push_event_payload