From 0279aa4a7e4eefc0474dc431b4f72aeab343613a Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Mon, 26 Sep 2016 17:50:27 +0300 Subject: [PATCH] Enable volunteer email notifications --- app/models/volunteer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/volunteer.rb b/app/models/volunteer.rb index 321f359..da33cb6 100644 --- a/app/models/volunteer.rb +++ b/app/models/volunteer.rb @@ -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