Explorar el Código

ensure names are correctly matching

Chris Mague hace 6 años
padre
commit
87ad856797
Se han modificado 1 ficheros con 1 adiciones y 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