Skip to content

Commit

Permalink
Tiny syntax error in the action mailer guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfarrar committed May 9, 2009
1 parent c7d9757 commit 095bfad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/guides/source/action_mailer_basics.textile
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class UserMailer < ActionMailer::Base
content_type "text/html"
# use some_other_template.text.(html|plain).erb instead
template "some_other_template"
end
end
</ruby>

Expand Down

0 comments on commit 095bfad

Please sign in to comment.