Module: BlacklightMoreLikeThisHelper
- Defined in:
- app/helpers/blacklight_more_like_this_helper.rb
Overview
Meant to be applied on top of Blacklight helpers
Instance Method Summary collapse
Instance Method Details
#render_more_like_this(document = @document) ⇒ Object
3 4 5 |
# File 'app/helpers/blacklight_more_like_this_helper.rb', line 3 def render_more_like_this document = @document render :partial => 'blacklight_more_like_this/more_like_this', :collection => document.more_like_this end |