Sha256: c37e9cc83ce9e6512ba8e709936af7ea0a614e599d924b702614acab4a44e864

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

module EgovUtils
  module ApplicationHelper

    def i18n_js_set_locales_tag
      s = ''
      s << "window.I18n.defaultLocale = '#{I18n.default_locale}';"
      s << "window.I18n.locale = '#{I18n.locale}';"
      s
      javascript_tag s
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
egov_utils-0.1.17 app/helpers/egov_utils/application_helper.rb
egov_utils-0.1.16 app/helpers/egov_utils/application_helper.rb
egov_utils-0.1.15 app/helpers/egov_utils/application_helper.rb
egov_utils-0.1.14 app/helpers/egov_utils/application_helper.rb