Skip to content

Commit

Permalink
Merge pull request #72 from dumparkltd/measure-update-notifications
Browse files Browse the repository at this point in the history
don't set_relationship_updated on user assignment
  • Loading branch information
tmfrnz authored May 24, 2023
2 parents c7d44f9 + 3a7b9b7 commit 541e442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user_measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def notify?
measure.notifications?
end

after_commit :set_relationship_updated, on: [:create, :update, :destroy]
after_commit :set_relationship_updated, on: [:update, :destroy]

private

Expand Down

0 comments on commit 541e442

Please sign in to comment.