Add optional StatsD performance tracking
This commit is contained in:
		@@ -10,7 +10,6 @@
 | 
			
		||||
#   inflect.uncountable %w( fish sheep )
 | 
			
		||||
# end
 | 
			
		||||
 | 
			
		||||
# These inflection rules are supported but not enabled by default:
 | 
			
		||||
# ActiveSupport::Inflector.inflections(:en) do |inflect|
 | 
			
		||||
#   inflect.acronym 'RESTful'
 | 
			
		||||
# end
 | 
			
		||||
ActiveSupport::Inflector.inflections(:en) do |inflect|
 | 
			
		||||
  inflect.acronym 'StatsD'
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user