From 9d97fb84fe041a3479efae7c0c99c92abc07ad3d Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Mon, 25 Feb 2013 18:30:12 +1100 Subject: create_ is deprecated --- app/controllers/api_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/api_controller.rb') diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 424f0444d..61b68a2db 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -168,7 +168,7 @@ class ApiController < ApplicationController mail.parts << attachment end else - mail = RequestMailer.create_external_response(request, body, sent_at, attachment_hashes) + mail = RequestMailer.external_response(request, body, sent_at, attachment_hashes) end request.receive(mail, mail.encoded, true) end -- cgit v1.2.3