You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/10/01 20:51:23 UTC

svn commit: r581036 - /lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb

Author: ehatcher
Date: Mon Oct  1 11:51:19 2007
New Revision: 581036

URL: http://svn.apache.org/viewvc?rev=581036&view=rev
Log:
Remove helper method that was pushed down to the plugin

Modified:
    lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb

Modified: lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb?rev=581036&r1=581035&r2=581036&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb (original)
+++ lucene/solr/trunk/client/ruby/flare/app/helpers/application_helper.rb Mon Oct  1 11:51:19 2007
@@ -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