diff options
author | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2011-04-03 16:59:37 +0900 |
commit | 9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch) | |
tree | f78ef9658c3070b1e5ab25aa88f4352e6794767f /actionmailer | |
parent | bd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff) | |
download | rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2 rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip |
s/ERb/ERB/g (part II)
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 0fa18d751b..14d20bb08d 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -32,7 +32,7 @@ This can be as simple as: end The body of the email is created by using an Action View template (regular -ERb) that has the instance variables that are declared in the mailer action. +ERB) that has the instance variables that are declared in the mailer action. So the corresponding body template for the method above could look like this: |