# File lib/apotomo/widget.rb, line 144
    def self.controller_path
      @controller_path ||= name.sub(/Widget$/, '').underscore unless anonymous?
    end