[Source]
# File lib/criteria_query.rb, line 12 12: def query 13: Criteria::Query.new(self, current_scoped_methods) 14: end
[Validate]