[ci skip] Fix code snippet display in Action Mailer Basics guide.

This commit is contained in:
Juanito Fatas 2014-09-16 15:32:38 +08:00
parent be83a1726b
commit 49f8356f33
1 changed files with 1 additions and 2 deletions

View File

@ -298,8 +298,7 @@ Action Mailer 3.0 makes inline attachments, which involved a lot of hacking in p
```html+erb
<p>Hello there, this is our image</p>
<%= image_tag attachments['image.jpg'].url, alt: 'My Photo',
class: 'photos' %>
<%= image_tag attachments['image.jpg'].url, alt: 'My Photo', class: 'photos' %>
```
#### Sending Email To Multiple Recipients