summaryrefslogtreecommitdiff
path: root/app/models/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/node.rb')
-rw-r--r--app/models/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/node.rb b/app/models/node.rb
index 717f5b4..4f585e1 100644
--- a/app/models/node.rb
+++ b/app/models/node.rb
@@ -269,7 +269,7 @@ class Node < ApplicationRecord
269 end 269 end
270 270
271 def computed_unique_name 271 def computed_unique_name
272 path = path_to_root[1..-1].join("/") # excluding root 272 path_to_root[1..-1].join("/") # excluding root
273 end 273 end
274 274
275 def current_unique_name 275 def current_unique_name