Fix issue with severed relationships notifications (#29668)
This commit is contained in:
parent
954b470fbc
commit
98a2bb8be2
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ class AccountRelationshipSeveranceEvent < ApplicationRecord
|
|||
belongs_to :account
|
||||
belongs_to :relationship_severance_event
|
||||
|
||||
delegate :severed_relationships, :type, :target_name, :purged, to: :relationship_severance_event, prefix: false
|
||||
delegate :severed_relationships, :type, :target_name, :purged?, to: :relationship_severance_event, prefix: false
|
||||
|
||||
before_create :set_relationships_count!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue