From 697449d6f1976bdc31862e1508311620da246729 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Mon, 12 May 2008 01:22:04 +0000 Subject: [PATCH] node.tags is now (apparently) the same as tags_as_hash. --- app/models/node.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/models/node.rb b/app/models/node.rb index acd251918..5f4133819 100644 --- a/app/models/node.rb +++ b/app/models/node.rb @@ -186,11 +186,7 @@ class Node < GeoRecord end def tags_as_hash - hash = {} - Tags.split(self.tags) do |k,v| - hash[k] = v - end - hash + return tags end def tags -- 2.43.2