Add controller concern to initialize Globalize fallbacks
Ensure to initialize all requests including this concern into all application base controllers.
This commit is contained in:
committed by
voodoorai2000
parent
0011a0b4c7
commit
8c2f1b894d
@@ -1,6 +1,7 @@
|
||||
require "manager_authenticator"
|
||||
|
||||
class Management::SessionsController < ActionController::Base
|
||||
include GlobalizeFallbacks
|
||||
include AccessDeniedHandler
|
||||
|
||||
def create
|
||||
|
||||
Reference in New Issue
Block a user