include GeoRecord
include ConsistencyValidations
include NotRedactable
- include ObjectMetadata
self.table_name = "current_nodes"
end
def tags
- @tags ||= Hash[node_tags.collect { |t| [t.k, t.v] }]
+ @tags ||= node_tags.to_h { |t| [t.k, t.v] }
end
attr_writer :tags