lib/punchblock/component/component_node.rb in punchblock-2.0.1 vs lib/punchblock/component/component_node.rb in punchblock-2.0.2
- old
+ new
@@ -36,9 +36,10 @@
end
def response=(other)
if other.is_a?(Ref)
@component_id = other.component_id
+ @source_uri = other.uri.to_s
client.register_component self if client
end
super
end