Closed dchandekstark closed 7 years ago
def to_h metadata.to_h.merge(id: id) end
Currently, to_h falls through method_missing to metadata.
to_h
method_missing
metadata
I'm not really this should happen.
Currently,
to_h
falls throughmethod_missing
tometadata
.