# File lib/Borges/Component/ComponentTree.rb, line 68 def render_tree_on(component, r) unless @components.include? component then @components << component render_children_of_on(component.active_controller, r) end end