Reset correct event cache

This commit is contained in:
Douwe Maan 2015-07-31 14:29:18 +02:00
parent 36bd6c8494
commit d9e26ca6d2

View file

@ -5,7 +5,7 @@ module Notes
note.update_attributes(params.merge(updated_by: current_user))
project.reset_events_cache
note.reset_events_cache
note
end