controllers/hire: accidetnally a @

This commit is contained in:
Christine Dodrill 2015-02-02 16:46:13 -08:00
parent c98ad16b18
commit 6cae54410c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Hire extends lapis.Application
}
method: "POST"
body: {
from: "#{params.name} <siteusernoreply@mailgun.xeserv.us>",
from: "#{@params.name} <siteusernoreply@mailgun.xeserv.us>",
to: "xena@yolo-swag.com",
subject: "I want to hire you!",
text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}."