diff options
author | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-12-18 16:18:29 -0500 |
---|---|---|
committer | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-12-18 16:18:29 -0500 |
commit | b565a7a3b43d5e27ba4fb08cf384b00e4c90aa72 (patch) | |
tree | 08f5a4b290afaf8c0eb41a831a909d1295813c46 | |
parent | e68abc2c967d67a15fd99247bd00547d8bd3170d (diff) | |
download | rails-b565a7a3b43d5e27ba4fb08cf384b00e4c90aa72.tar.gz rails-b565a7a3b43d5e27ba4fb08cf384b00e4c90aa72.tar.bz2 rails-b565a7a3b43d5e27ba4fb08cf384b00e4c90aa72.zip |
fix railties CHANGELOG [ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index d73af824d6..2965ce9ffc 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,9 +1,10 @@ ## Rails 4.0.0 (unreleased) ## -* Add app/models/concerns and app/controllers/concerns to the default directory structure and load path *DHH* - +* Add `app/models/concerns` and `app/controllers/concerns` to the default directory structure and load path. See http://37signals.com/svn/posts/3372-put-chubby-models-on-a-diet-with-concerns for usage instructions. + *DHH* + * The `rails/info/routes` now correctly formats routing output as an html table. *Richard Schneeman* |