diff options
author | Prem Sichanugrist <s@sikachu.com> | 2011-05-13 00:28:38 -0400 |
---|---|---|
committer | Prem Sichanugrist <s@sikachu.com> | 2011-05-13 18:25:32 -0400 |
commit | f2769ebd7eaa4bdc9aabfbff23c1ef3cbc7d4f9f (patch) | |
tree | 3b18f502faa772a3191898c9b5618441727ed752 /railties/CHANGELOG | |
parent | a4a338167e752a4d92c64c7133ff4c975155ab7b (diff) | |
download | rails-f2769ebd7eaa4bdc9aabfbff23c1ef3cbc7d4f9f.tar.gz rails-f2769ebd7eaa4bdc9aabfbff23c1ef3cbc7d4f9f.tar.bz2 rails-f2769ebd7eaa4bdc9aabfbff23c1ef3cbc7d4f9f.zip |
Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9
As always, you can run `--old-style-hash` to override that.
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 9bdf41731b..f93a7d918b 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -30,7 +30,7 @@ by the prototype-rails gem. [fxn] * jQuery is the new default JavaScript library. [fxn] -* Changed scaffold and app generator to create Ruby 1.9 style hash when running on Ruby 1.9 [Prem Sichanugrist] +* Changed scaffold, application, and mailer generator to create Ruby 1.9 style hash when running on Ruby 1.9 [Prem Sichanugrist] So instead of creating something like: |