Method: ActiveNode::Graph#where

Defined in:
lib/active_node/graph.rb

#where(hash) ⇒ Object



42
43
44
45
# File 'lib/active_node/graph.rb', line 42

def where hash
  @where.merge! hash if hash
  self
end