Skip to content

Commit

Permalink
Cosmetic fix in AM readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avakhov committed Feb 12, 2012
1 parent 294fb94 commit 8934bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "[email protected]", :subject => Proc.new { "E-mail was generated at #{Time.now}" }
.....
end
Expand Down

0 comments on commit 8934bda

Please sign in to comment.