Starting to add email sending
This commit is contained in:
parent
b801f0dc19
commit
900bcb16d5
16 changed files with 248 additions and 21 deletions
|
|
@ -88,12 +88,8 @@ class Event < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def process_acceptance(options)
|
||||
# if options[:send_mail]
|
||||
# self.event_people.presenter.each do |event_person|
|
||||
# event_person.generate_token!
|
||||
# SelectionNotification.acceptance_notification(event_person).deliver
|
||||
# end
|
||||
# end
|
||||
#if options[:send_mail]
|
||||
#end
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue