mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
7 lines
211 B
Ruby
7 lines
211 B
Ruby
class Api::V1::Accounts::BaseController < Api::BaseController
|
|
include SwitchLocale
|
|
include EnsureCurrentAccountHelper
|
|
before_action :current_account
|
|
around_action :switch_locale_using_account_locale
|
|
end
|