Module: BlacklightUnapiHelper

Defined in:
app/helpers/blacklight_unapi_helper.rb

Instance Method Summary collapse

Instance Method Details

#render_document_unapi_microformat(document, options = {}) ⇒ Object



2
3
4
# File 'app/helpers/blacklight_unapi_helper.rb', line 2

def render_document_unapi_microformat document, options = {}
  render :partial =>'unapi/microformat', :locals => {:document => document}.merge(options)
end