Sha256: 3589ac101a9ce5b94145d7b5fb05f65968f31987aa8862862165e7287ff4aabd

Contents?: true

Size: 431 Bytes

Versions: 29

Compression:

Stored size: 431 Bytes

Contents

class LocalizationSystemSpecController < ApplicationController
  before_filter :set_locale

  def set_locale
    I18n.locale = params[:locale] if params[:locale]
  end

  def i18n_t
    # nothing here
  end

  def t
    # nothing here
  end

  def content_method
    # nothing here
  end

  def native_support
    # nothing here
  end

  def readjust_base
    # nothing here
  end

  def explicit_html
    # nothing here
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.6 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.5-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.5 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.4-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.4 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.3-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.3 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.2-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.2 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.1-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.1 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.0-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.9.0 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.10-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.10 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.9-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.9 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.7-java spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb
fortitude-0.0.7 spec/rails/templates/localization_system_spec/app/controllers/localization_system_spec_controller.rb