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