previous commit meant to send document_controller, not browse_controller.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@512207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-27 10:21:00 +00:00
parent bb81d5f485
commit c1a58825ce
1 changed files with 2 additions and 5 deletions

View File

@ -12,9 +12,6 @@
class DocumentController < ApplicationController
def result
@doc = params[:doc]
@response = params[:response] # TODO: FlareContext?
render :template => "document/document_#{SOLR_ENV}"
end
# Currently not used, as partials are used for rendering documents in search results
# TODO: how best to allow pluggable document rendering?
end