Method: ActionView::LookupContext#locale
- Defined in:
- actionview/lib/action_view/lookup_context.rb
#locale ⇒ Object
Override locale to return a symbol instead of array.
283 284 285 |
# File 'actionview/lib/action_view/lookup_context.rb', line 283 def locale @details[:locale].first end |