From c3ff04b05db1da913640481b79f75e51e804ed11 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 13 Nov 2006 05:03:48 +0000 Subject: Allow mailer actions named send by using __send__ internally. Closes #6467. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5505 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailer/CHANGELOG') diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index c876c05333..2942a9c072 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow mailer actions named send by using __send__ internally. #6467 [iGEL] + * Add assert_emails and assert_no_emails to test the number of emails delivered. #6479 [Jonathan Viney] # Assert total number of emails delivered: assert_emails 0 -- cgit v1.2.3