Sha256: 295fc8d86ce9e93e649a61932a480a36fa17c5544f0000c63eaf4daaea28b9a7

Contents?: true

Size: 270 Bytes

Versions: 29

Compression:

Stored size: 270 Bytes

Contents

class StaticMethodSystemSpecController < ApplicationController
  before_filter :set_locale

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

  def allows_helper_access
    # nothing here
  end

  def localization
    # nothing here
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.0.6-java spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.6 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.5-java spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.5 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.4-java spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.4 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.3 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.2 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb
fortitude-0.0.1 spec/rails/templates/static_method_system_spec/app/controllers/static_method_system_spec_controller.rb