aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-09-28 12:31:45 -0500
committerJoshua Peek <josh@joshpeek.com>2008-09-28 12:31:45 -0500
commit28bf2fa03886e3ea7d873375239395b91b8e530e (patch)
tree0d3d6982867a9c054b1f6f45c285a303d8d28cc8 /actionmailer/test/fixtures
parentea609b265ffc30cac00bf09a262027f96964ed6f (diff)
downloadrails-28bf2fa03886e3ea7d873375239395b91b8e530e.tar.gz
rails-28bf2fa03886e3ea7d873375239395b91b8e530e.tar.bz2
rails-28bf2fa03886e3ea7d873375239395b91b8e530e.zip
Protect body ivar from being clobbered by the mailer template assigns
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/test_mailer/body_ivar.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/body_ivar.erb b/actionmailer/test/fixtures/test_mailer/body_ivar.erb
new file mode 100644
index 0000000000..1421e5c908
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/body_ivar.erb
@@ -0,0 +1,2 @@
+body: <%= @body %>
+bar: <%= @bar %> \ No newline at end of file