Skip to content

Move events association from concern to model

Jarka Košanová requested to merge remove-events-asoc-ar-notes into master

What does this MR do and why?

It move events association from Notes::ActiveRecord concern to Note model

The concern is used by Note and AntiAbuse::Reports::Note models. But we don't use that association on AntiAbuse notes.

This move should avoid confusion.

Merge request reports

Loading