Forráskód Böngészése

ensure names are correctly matching

Chris Mague 6 éve
szülő
commit
87ad856797
1 módosított fájl, 1 hozzáadás és 1 törlés
  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