aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authorariabov <spralex@gmail.com>2014-04-02 23:39:22 -0700
committerariabov <spralex@gmail.com>2014-04-02 23:39:22 -0700
commit34a3d425ea78786c63757028257b63b895e60960 (patch)
tree4d183cf634e15b4c65189330fa87e79e73ad82f3 /guides/CHANGELOG.md
parent79f06a91345a301e1a2f2378552b5860a493b256 (diff)
downloadrails-34a3d425ea78786c63757028257b63b895e60960.tar.gz
rails-34a3d425ea78786c63757028257b63b895e60960.tar.bz2
rails-34a3d425ea78786c63757028257b63b895e60960.zip
In Active Record Querying guide, currently `Merging of scopes` section uses a concept of default scope in its example before it is introduced in the following section titled `Applying a default scope`.
It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used.
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index a7c215c295..246e1d3b96 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1 +1,5 @@
+* Switched the order of `Applying a default scope` and `Merging of scopes` subsections so default scopes are introduced first.
+
+ *Alex Riabov*
+
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/guides/CHANGELOG.md) for previous changes.