From 8934bda200b07e28955dfc5814a92c3cdeab8d3f Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Sun, 12 Feb 2012 10:52:12 +0400 Subject: [PATCH] Cosmetic fix in AM readme --- actionmailer/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 4c2516db59..755717cfba 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -82,7 +82,7 @@ Note that every value you set with this method will get over written if you use Example: - class Authenticationmailer < ActionMailer::Base + class AuthenticationMailer < ActionMailer::Base default :from => "awesome@application.com", :subject => Proc.new { "E-mail was generated at #{Time.now}" } ..... end -- GitLab