lib/punchblock/component/component_node.rb in punchblock-1.9.4 vs lib/punchblock/component/component_node.rb in punchblock-2.0.0.beta1

- old
+ new

@@ -35,10 +35,10 @@ action end def response=(other) if other.is_a?(Ref) - @component_id = other.id + @component_id = other.component_id client.register_component self if client end super end