Skip to content
Snippets Groups Projects
Commit a5c45ca0 authored by Israel Barreto Sant'Anna's avatar Israel Barreto Sant'Anna
Browse files

Fix activity creation on destroy

parent c221f5e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ module Trackable
included do
after_create :new_create_activity
after_destroy :new_destroy_activity
before_destroy :new_destroy_activity
after_update :new_update_activity
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment