Merge pull request #926 from sonalkr132/mailer-tests
Mailer fixes and tests
This commit is contained in:
commit
86449eea67
6 changed files with 91 additions and 7 deletions
|
|
@ -1,4 +1,6 @@
|
|||
class EmailSettings < ActiveRecord::Base
|
||||
belongs_to :conference
|
||||
|
||||
def get_values(conference, user, event = nil)
|
||||
h = {
|
||||
'email' => user.email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue