Pronoun question and a few fixes
This commit is contained in:
@@ -6,7 +6,7 @@ class UserMailer < ActionMailer::Base
|
||||
|
||||
before_filter :set_host
|
||||
|
||||
default from: "Bike!Bike! <godwin@bikebike.org>"
|
||||
default from: "Bike!Bike! <info@bikebike.org>"
|
||||
|
||||
def email_confirmation(confirmation)
|
||||
@confirmation = EmailConfirmation.find(confirmation) if confirmation.present?
|
||||
|
||||
Reference in New Issue
Block a user