From fae296cbe1243052dadccc0d071fdbe99b54dca6 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Tue, 3 Jun 2014 20:07:45 -0300 Subject: [PATCH] Fix error on development --- plugins/solr/lib/ext/facets_browse.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/solr/lib/ext/facets_browse.rb b/plugins/solr/lib/ext/facets_browse.rb index 0ab3bb9..6cdc60d 100644 --- a/plugins/solr/lib/ext/facets_browse.rb +++ b/plugins/solr/lib/ext/facets_browse.rb @@ -1,3 +1,4 @@ +Object.send :remove_const, :SearchController if defined? SearchController and not ActionController::Base.perform_caching require_dependency 'search_controller' module SolrPlugin::FacetsBrowse -- libgit2 0.21.2