浏览代码

ensure names are correctly matching

Chris Mague 6 年之前
父节点
当前提交
87ad856797
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/node_stats.rb

+ 1 - 1
models/node_stats.rb

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