Module: Bs5::ExamplesHelper
- Defined in:
- app/helpers/bs5/examples_helper.rb
Instance Method Summary collapse
Instance Method Details
#bs5_example(*args) ⇒ Object
5 6 7 |
# File 'app/helpers/bs5/examples_helper.rb', line 5 def bs5_example(*args) render ExampleComponent.new(*args) end |