Module: Blacklight::FacetsHelperBehavior

Included in:
CatalogHelperBehavior
Defined in:
app/helpers/blacklight/facets_helper_behavior.rb

Instance Method Summary collapse

Instance Method Details

#facet_field_presenter(facet_config, display_facet) ⇒ Object



6
7
8
# File 'app/helpers/blacklight/facets_helper_behavior.rb', line 6

def facet_field_presenter(facet_config, display_facet)
  facet_config.presenter.new(facet_config, display_facet, self)
end