module Eventifier::Matchers
Public Instance Methods
create_notifications_for(target)
click to toggle source
# File lib/eventifier/matchers.rb, line 30 def create_notifications_for(target) Matchers::Notifications.new(target) end