# File lib/merb-parts/part_controller.rb, line 33
    def _template_location(action, type = nil, controller = controller_name)
      "#{controller}/#{action}.#{type}"
    end