-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
This is the comment from above the merge method.
Merges another object with this Criteria and returns a new criteria.
The other object may be a Criteria or a Hash. This is used to
combine multiple scopes together, where a chained scope situation
may be desired.
But merge calls merge! with the same parameter and merge! calls to_criteria on other(the hash), which it doesn't respond to.