aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-04-28 15:46:35 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-04-28 15:46:35 +0530
commit33f83401ade58c1481071891f661c239358011a2 (patch)
treeaeaf37dac69b170716380a88f73fd078b27e098a /guides/source/action_mailer_basics.md
parenta9319713685b73316e99459c7d32dcbe58aebb1d (diff)
downloadrails-33f83401ade58c1481071891f661c239358011a2.tar.gz
rails-33f83401ade58c1481071891f661c239358011a2.tar.bz2
rails-33f83401ade58c1481071891f661c239358011a2.zip
Updated titles of headers in Action Mailer guide
Diffstat (limited to 'guides/source/action_mailer_basics.md')
-rw-r--r--guides/source/action_mailer_basics.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/action_mailer_basics.md b/guides/source/action_mailer_basics.md
index 73b240ff2c..058992ec0e 100644
--- a/guides/source/action_mailer_basics.md
+++ b/guides/source/action_mailer_basics.md
@@ -503,7 +503,7 @@ You will need to use:
By using the full URL, your links will now work in your emails.
-#### generating URLs with `url_for`
+#### Generating URLs with `url_for`
`url_for` generate full URL by default in templates.
@@ -517,7 +517,7 @@ If you did not configure the `:host` option globally make sure to pass it to
action: 'greeting') %>
```
-#### generating URLs with named routes
+#### Generating URLs with Named Routes
Email clients have no web context and so paths have no base URL to form complete
web addresses. Thus, you should always use the "_url" variant of named route