class ManufactureController < WithCatalogueSectionsController
  def index
    @company_info = CompanyInfo.instance
  end
end
