Skip to content

Commit

Permalink
remove TEST from check request mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Woodall committed Nov 22, 2011
1 parent abea496 commit def7997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_request(request)
@request = request
mail(:to => request.email,
:bcc => 'checkrequest@dyha.org',
:subject => "[TEST] DYHA Check Request ##{@key}",
:subject => "DYHA Check Request ##{@key}",
:template_name => "check_request_confirmation")
end

Expand Down

0 comments on commit def7997

Please sign in to comment.