Noticed V2 how to joins(:events)
I'll let myself out! ``` Current.user.tasks.first_tasks.uncompleted.each do |task| task.notify unless task.notifications.where( recipient: Current.user).any? end ``` \- and I am aware of the "l...
Walther Diechmann replied