Class: Blacklight::Rendering::LinkToFacet
- Inherits:
-
AbstractStep
- Object
- AbstractStep
- Blacklight::Rendering::LinkToFacet
- Extended by:
- Deprecation
- Defined in:
- app/presenters/blacklight/rendering/link_to_facet.rb
Instance Attribute Summary
Attributes inherited from AbstractStep
#config, #context, #document, #options, #stack, #values
Instance Method Summary collapse
Methods inherited from AbstractStep
Constructor Details
This class inherits a constructor from Blacklight::Rendering::AbstractStep
Instance Method Details
#render ⇒ Object
7 8 9 10 11 |
# File 'app/presenters/blacklight/rendering/link_to_facet.rb', line 7 def render return next_step(values) unless config.link_to_facet next_step(render_link) end |