Module: Eventifier::Matchers

Defined in:
lib/eventifier/matchers.rb

Defined Under Namespace

Classes: Notifications

Instance Method Summary collapse

Instance Method Details

#create_notifications_for(target) ⇒ Object



30
31
32
# File 'lib/eventifier/matchers.rb', line 30

def create_notifications_for(target)
  Matchers::Notifications.new(target)
end