Sha256: f6c353f039c99f96ade4ad7dd69b563f56d0da160df0cbaef2860e97ed3da444

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

module BlacklightMarc
  module Catalog
    def librarian_view
      @response, @document = get_solr_response_for_doc_id

      respond_to do |format|
        format.html
        format.js { render :layout => false }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight_marc-0.0.6 lib/blacklight_marc/catalog.rb
blacklight_marc-0.0.5 lib/blacklight_marc/catalog.rb