Move no_touching to CommonSystemNotesService
This moves the call to ActiveRecord::Base.no_touching inside the service so we won't forget to wrap calls to this service. In Rails 6, touch resets dirty tracking causing updates to multiple fields that would create multiple notes end up with only one system note.
Showing
Please register or sign in to comment