mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +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
 | 
