| Class | ApplicationController |
| In: |
app/controllers/application.rb
|
| Parent: | ActionController::Base |
See ActionController::Base for details Uncomment this to filter the contents of submitted sensitive data parameters from your application log (in this case, all fields with names like "password"). filter_parameter_logging :password
# File app/controllers/application.rb, line 27
27: def locales
28: AvailableLocales::AVAILABLE_LANGUAGES
29: end