mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-13 21:08:19 +08: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
|