Method: Blacklight::Rendering::Pipeline.render
- Defined in:
- app/presenters/blacklight/rendering/pipeline.rb
.render(values, config, document, context, options) ⇒ Object
36 37 38 |
# File 'app/presenters/blacklight/rendering/pipeline.rb', line 36 def self.render(values, config, document, context, ) new(values, config, document, context, operations, ).render end |