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