modulize AR::NullRelation by amatsuda · Pull Request #6579 · rails/rails
Current implementation of AR::Relation#none replaces the Relation instance, and consequently clears all extension methods defined on self by proceeding scopes. For example, with this AR model and s...