class InternationalController < ApplicationController
  def english
    @company_info = CompanyInfo.instance
  end
end
