I have a Rails 3 project. With Rails 3 came Arel and the ability to reuse one scope to build another. I am wondering if there is a way to use scopes when defining a relationsh
You can use merge method in order to merge scopes from different models. For more details search for merge in this railscast