Sha256: e82ca10326cc566dfa977dfb5a20d003349287941ca025a7838c657025a4203a

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight_unapi-0.0.3 app/helpers/blacklight_unapi_helper.rb
blacklight_unapi-0.0.2 app/helpers/blacklight_unapi_helper.rb
blacklight_unapi-0.0.1 app/helpers/blacklight_unapi_helper.rb
blacklight_unapi-0.0.1rc1 app/helpers/blacklight_unapi_helper.rb