Exception: Redgraph::MissingAliasPrefixError
- Defined in:
- lib/redgraph.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
20 21 22 |
# File 'lib/redgraph.rb', line 20 def "The order clause requires the node/edge alias prefix, ie order('node.foo') instead order('foo')" end |