Pārlūkot izejas kodu

ensure names are correctly matching

Chris Mague 6 gadi atpakaļ
vecāks
revīzija
87ad856797
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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