diff --git a/app/models/noticed/event.rb b/app/models/noticed/event.rb index fd0a8165..96ab5602 100644 --- a/app/models/noticed/event.rb +++ b/app/models/noticed/event.rb @@ -8,7 +8,6 @@ class Event < ApplicationRecord belongs_to :record, polymorphic: true, optional: true has_many :notifications, dependent: :delete_all - attribute :params, default: {} accepts_nested_attributes_for :notifications scope :newest_first, -> { order(created_at: :desc) }