mirror of https://github.com/apache/lucene.git
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:
parent
7d3906e372
commit
54e45e64d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue