Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Feb 6, 2015
1 parent 892223a commit 7f66996
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
Binary file modified guides/archive.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion guides/archive/ja/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ MySQLアダプターを使用すると、以下の設定オプションが1つ
parts_order: ["text/plain", "text/enriched", "text/html"]
```

ハッシュを1つ指定してオプションを追加することもできます。
 ハッシュを1つ指定してオプションを追加することもできます。

```ruby
config.action_mailer.default_options = {
Expand Down
9 changes: 2 additions & 7 deletions guides/output/configuring.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,21 +644,16 @@ <h4 id="action-mailerを設定する"><a href="#action-mailer%E3%82%92%E8%A8%AD%

</pre>
</div>
</li>
</ul>
<p>ハッシュを1つ指定してオプションを追加することもできます。</p>
<div class="code_container">
<pre class="brush: plain; gutter: false; toolbar: false">
```ruby
<pre class="brush: ruby; gutter: false; toolbar: false">
config.action_mailer.default_options = {
from: "noreply@example.com"
}
```

</pre>
</div>

<ul>
</li>
<li>
<p><code>config.action_mailer.observers</code>は、メールを配信したときに通知を受けるオブザーバーを指定します。</p>
<div class="code_container">
Expand Down
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ MySQLアダプターを使用すると、以下の設定オプションが1つ
parts_order: ["text/plain", "text/enriched", "text/html"]
```

ハッシュを1つ指定してオプションを追加することもできます。
ハッシュを1つ指定してオプションを追加することもできます。

```ruby
config.action_mailer.default_options = {
Expand Down

0 comments on commit 7f66996

Please sign in to comment.