Explorar o código

ensure names are correctly matching

Chris Mague %!s(int64=6) %!d(string=hai) anos
pai
achega
87ad856797
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/node_stats.rb

+ 1 - 1
models/node_stats.rb

@@ -16,6 +16,6 @@ end
 class Node2Stats
   include Neo4j::ActiveRel
   from_class :Node
-  to_class   :NodeStatus
+  to_class   :NodeStats
   type       :node
 end