mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 2a34255e0b
			
		
	
	2a34255e0b
	
	
	
		
			
			Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| class Api::V1::LabelsController < Api::BaseController
 | |
| 
 | |
|   def index #list all labels in account
 | |
|     @labels = current_account.all_conversation_tags
 | |
|   end
 | |
| 
 | |
| end
 |