Merge pull request #926 from sonalkr132/mailer-tests

Mailer fixes and tests
This commit is contained in:
Christian Bruckmayer 2016-04-08 11:43:03 -06:00
commit 86449eea67
6 changed files with 91 additions and 7 deletions

View file

@ -1,4 +1,6 @@
class EmailSettings < ActiveRecord::Base
belongs_to :conference
def get_values(conference, user, event = nil)
h = {
'email' => user.email,