Module: InfinumJsonApiSetup::JsonApi::LocaleNegotiation

Extended by:
ActiveSupport::Concern
Defined in:
lib/infinum_json_api_setup/json_api/locale_negotiation.rb

Instance Method Summary collapse

Instance Method Details

#rescue_with_handlerObject



11
12
13
# File 'lib/infinum_json_api_setup/json_api/locale_negotiation.rb', line 11

def rescue_with_handler(*)
  I18n.with_locale(locale) { super }
end