# File lib/apotomo/widget.rb, line 92
    def parent_controller
      # i hope we'll get rid of any parent_controller dependency, soon.
      root? ? @parent_controller : root.parent_controller
    end