Closed scttnlsn closed 6 years ago
Setting the locale in a before_action was too late for a couple scenarios:
before_action
But we can explicitly call set_locale at the right point for both of these cases
set_locale
Setting the locale in a
before_action
was too late for a couple scenarios:But we can explicitly call
set_locale
at the right point for both of these cases