Enable volunteer email notifications

This commit is contained in:
Petko Bordjukov 2016-09-26 17:50:27 +03:00
parent 80cfc5746c
commit 0279aa4a7e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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