From 4fc620cc9124cb908a9585dc680b935f3c755dd7 Mon Sep 17 00:00:00 2001 From: Cory Logan Date: Sun, 23 Sep 2012 17:08:35 +0700 Subject: Removed duplicate line describing "default_options". [ci skip] --- guides/source/action_mailer_basics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md index de5c15fe54..5e731d0a18 100644 --- a/guides/source/action_mailer_basics.md +++ b/guides/source/action_mailer_basics.md @@ -482,7 +482,6 @@ The following configuration options are best made in one of the environment file |`deliveries`|Keeps an array of all the emails sent out through the Action Mailer with delivery_method :test. Most useful for unit and functional testing.| |`default_options`|Allows you to set default values for the `mail` method options (`:from`, `:reply_to`, etc.).| |`async`|Setting this flag will turn on asynchronous message sending, message rendering and delivery will be pushed to `Rails.queue` for processing.| -|`default_options`|Allows you to set default values for the `mail` method options (`:from`, `:reply_to`, etc.).| ### Example Action Mailer Configuration -- cgit v1.2.3