Remove helper method that was pushed down to the plugin

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-10-01 18:51:19 +00:00
parent 7d3906e372
commit 54e45e64d8
1 changed files with 0 additions and 3 deletions

View File

@ -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