Class: ExampleAppUserLocaleTest
- Inherits:
-
ExampleAppIntegrationTestCase
- Object
- ActionDispatch::IntegrationTest
- ExampleAppIntegrationTestCase
- ExampleAppUserLocaleTest
- Defined in:
- lib/installer_templates/example_app_tests/test/integration/example_app_user_locale_test.rb
Overview
Per-user locale (inline_forms 8.1.31): ApplicationController#switch_locale wraps every request in I18n.with_locale(current_user.locale.name), falling back to the default for unknown/blank names. Observable via the layout's
attribute.