Merge branch 'rs-system-note' into 'master'
Add SystemNoteService class
The Note model was basically two models crammed together - one handling user-created notes
(i.e., comments on things) and one handling system-created notes (i.e., references).
This splits out the system-specific stuff to a new SystemNoteService class.
See merge request !595
Showing
app/services/system_note_service.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/services/system_note_service_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment