Module: Jigsaw::CustomModuleHelper
- Defined in:
- app/helpers/jigsaw/custom_module_helper.rb
Instance Method Summary collapse
Instance Method Details
#CustomModule(**kwargs, &block) ⇒ Object
3 4 5 |
# File 'app/helpers/jigsaw/custom_module_helper.rb', line 3 def CustomModule(**kwargs, &block) output_buffer << render(CustomModuleComponent.new(**kwargs), &block) end |