rails/guides/CHANGELOG.md
ariabov 34a3d425ea 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.
2014-04-02 23:39:22 -07:00

265 B

  • 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 for previous changes.