mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
require 'administrate/field/base'
 | 
						|
 | 
						|
class CountField < Administrate::Field::Base
 | 
						|
  def to_s
 | 
						|
    data.count
 | 
						|
  end
 | 
						|
end
 |