From f6bbc3f582bfc16da3acc152c702b04102fcab81 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Dec 2012 16:26:08 +0100 Subject: Add app/models/concerns and app/controllers/concerns to the default directory structure and load path --- railties/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'railties/CHANGELOG.md') 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. -- cgit v1.2.3