fix: Add missing switch_locale on DashboardController (#1631)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
class DashboardController < ActionController::Base
|
||||
include SwitchLocale
|
||||
|
||||
before_action :set_global_config
|
||||
around_action :switch_locale
|
||||
|
||||
layout 'vueapp'
|
||||
|
||||
def index; end
|
||||
|
||||
Reference in New Issue
Block a user