aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-12-18 16:26:08 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-12-18 16:26:08 +0100
commitf6bbc3f582bfc16da3acc152c702b04102fcab81 (patch)
tree11220181fb304be16c3efe8580a1be6118ff4bf4 /railties/CHANGELOG.md
parentdcb318ee438785239fad27ece96c3cf6dd7ce12e (diff)
downloadrails-f6bbc3f582bfc16da3acc152c702b04102fcab81.tar.gz
rails-f6bbc3f582bfc16da3acc152c702b04102fcab81.tar.bz2
rails-f6bbc3f582bfc16da3acc152c702b04102fcab81.zip
Add app/models/concerns and app/controllers/concerns to the default directory structure and load path
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ed5dfc6446..239fc10719 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Add app/models/concerns and app/controllers/concerns to the default directory structure and load path *DHH*
+
+ See http://37signals.com/svn/posts/3372-put-chubby-models-on-a-diet-with-concerns for usage instructions.
+
* The `public/index.html` is no longer generated for new projects.
Page is replaced by internal `welcome_controller` inside of railties.