diff options
author | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-22 13:27:20 +0100 |
---|---|---|
committer | José Valim and Mikel Lindsaar <pair@programming.com> | 2010-01-22 13:27:26 +0100 |
commit | dcb925369389fa98d1548b25504c8e3a07eaeea3 (patch) | |
tree | 76193b6a2b9f0f1f8ead54686f3238df84773472 /actionmailer/test/fixtures/base_mailer | |
parent | 6cf378aeb048e25037a11cabe6338cd893789258 (diff) | |
download | rails-dcb925369389fa98d1548b25504c8e3a07eaeea3.tar.gz rails-dcb925369389fa98d1548b25504c8e3a07eaeea3.tar.bz2 rails-dcb925369389fa98d1548b25504c8e3a07eaeea3.zip |
Add basic template rendering to new DSL.
Diffstat (limited to 'actionmailer/test/fixtures/base_mailer')
-rw-r--r-- | actionmailer/test/fixtures/base_mailer/welcome.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/welcome.erb b/actionmailer/test/fixtures/base_mailer/welcome.erb new file mode 100644 index 0000000000..01f3f00c63 --- /dev/null +++ b/actionmailer/test/fixtures/base_mailer/welcome.erb @@ -0,0 +1 @@ +Welcome
\ No newline at end of file |