Exception: Redgraph::MissingAliasPrefixError

Inherits:
Error
  • Object
show all
Defined in:
lib/redgraph.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



24
25
26
# File 'lib/redgraph.rb', line 24

def message
  "The order clause requires the node/edge alias prefix, ie order('node.foo') instead order('foo')"
end