Do not spam the orga team for new volunteer

This commit is contained in:
Petko Bordjukov 2015-10-25 23:28:42 +02:00
parent 91a9501f94
commit 4f9364facf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Volunteer < ActiveRecord::Base
has_and_belongs_to_many :volunteer_teams
before_create :assign_unique_id
after_create :send_notification_to_organizers
#after_create :send_notification_to_organizers
after_create :send_notification_to_volunteer
private