diff options
author | Akira Matsuda <ronnie@dio.jp> | 2013-01-28 18:57:13 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2013-01-29 14:16:30 +0900 |
commit | c38515693aab99b6c16c39c600594457768d5c1b (patch) | |
tree | c2a22ea91bfee10c3e0b85be49401afc7153cb86 | |
parent | 744307e525203639bb7672ef1a767b5088104334 (diff) | |
download | rails-c38515693aab99b6c16c39c600594457768d5c1b.tar.gz rails-c38515693aab99b6c16c39c600594457768d5c1b.tar.bz2 rails-c38515693aab99b6c16c39c600594457768d5c1b.zip |
s/ERb/ERB/
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a953a78417..352d79b886 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -761,7 +761,7 @@ * Removed old text helper apis from `highlight`, `excerpt` and `word_wrap`. *Jeremy Walker* * Templates without a handler extension now raises a deprecation warning but still - defaults to ERb. In future releases, it will simply return the template contents. *Steve Klabnik* + defaults to ERB. In future releases, it will simply return the template contents. *Steve Klabnik* * Deprecate `:disable_with` in favor of `data: { disable_with: "Text" }` option from `submit_tag`, `button_tag` and `button_to` helpers. |