Browse Source

ensure names are correctly matching

Chris Mague 6 years ago
parent
commit
87ad856797
1 changed files with 1 additions and 1 deletions
  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