begin
      raise NotImplementedError if @project.product_id.blank?
      
      render "products/types/#{@project.product.class.name.split('Product::').last.tableize.singularize}/tasks/show"
    rescue NotImplementedError, ActionView::MissingTemplate