diff --git a/client/ruby/flare/app/helpers/application_helper.rb b/client/ruby/flare/app/helpers/application_helper.rb index 6e948f252a1..a0c9177e032 100644 --- a/client/ruby/flare/app/helpers/application_helper.rb +++ b/client/ruby/flare/app/helpers/application_helper.rb @@ -3,7 +3,4 @@ # Methods added to this helper will be available to all templates in the application. module ApplicationHelper - def facet_label(field) - field.match(/(.*)_.*/)[1].humanize.downcase - end end