Method: Zena::Use::QueryNode::Compiler#need_join_scope?
- Defined in:
- lib/zena/use/query_node.rb
#need_join_scope?(scope_name) ⇒ Boolean
Special case ‘in site’ that is a noop scope and just avoids the insertion of the default ‘in parent’ scope.
467 468 469 |
# File 'lib/zena/use/query_node.rb', line 467 def need_join_scope?(scope_name) scope_name != 'site' end |