Updates from the past fortnight

This commit is contained in:
Godwin
2015-04-14 19:41:46 -07:00
parent 37ee6cfee7
commit 14205f4586
28 changed files with 597 additions and 154 deletions
+4
View File
@@ -23,6 +23,10 @@ class UserMailer < ActionMailer::Base
mail to: "to@example.org"
end
def test_email
mail to: 'goodgodwin@hotmail.com', subject: 'This is a test'
end
def conference_registration_email(conference, data, conference_registration)
@data = data
@conference = conference