aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_mailer_basics.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:32:52 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:32:52 +0530
commit49476eee781b8a8b936b425b20ee40d036053128 (patch)
treea246be4492eb48c2433a1f8825199b72eff172f2 /railties/guides/source/action_mailer_basics.textile
parent823e16f57cb64c8557aa8e06b07e361d625a6e2e (diff)
parent9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (diff)
downloadrails-49476eee781b8a8b936b425b20ee40d036053128.tar.gz
rails-49476eee781b8a8b936b425b20ee40d036053128.tar.bz2
rails-49476eee781b8a8b936b425b20ee40d036053128.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/action_mailer_basics.textile')
-rw-r--r--railties/guides/source/action_mailer_basics.textile5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile
index 67761645fa..ad5b848d2c 100644
--- a/railties/guides/source/action_mailer_basics.textile
+++ b/railties/guides/source/action_mailer_basics.textile
@@ -521,8 +521,3 @@ end
</ruby>
In the test we send the email and store the returned object in the +email+ variable. We then ensure that it was sent (the first assert), then, in the second batch of assertions, we ensure that the email does indeed contain what we expect.
-
-h3. Changelog
-
-* September 1, 2011: Changed the lines that said <tt>config/environments/env.rb</tt> to <tt>config/environments/$RAILS_ENV.rb</tt>. People were mis-interpreting the filename to literally be env.rb. "Andy Leeper":http://mochaleaf.com
-* September 30, 2010: Fixed typos and reformatted Action Mailer configuration table for better understanding. "Jaime Iniesta":http://jaimeiniesta.com