Sha256: 941727130a50e98913a8aa61ecea7b94abb186080a4a062df0d2bc5fe77b2a9d
Contents?: true
Size: 314 Bytes
Versions: 7
Compression:
Stored size: 314 Bytes
Contents
require 'rsolr-ext' module BlacklightCql class ExplainController < ApplicationController layout false def index @luke_response = Blacklight.solr.luke @field_config = Blacklight render "explain.xml.builder", :content_type => "application/xml" end end end
Version data entries
7 entries across 7 versions & 1 rubygems