class Redgraph::MissingAliasPrefixError
Public Instance Methods
message()
click to toggle source
# File lib/redgraph.rb, line 20 def message "The order clause requires the node/edge alias prefix, ie order('node.foo') instead order('foo')" end