Module: TabsHelper
- Defined in:
- app/helpers/tabs_helper.rb
Instance Method Summary collapse
Instance Method Details
#tab_button(content = nil, value:) ⇒ Object
2 3 4 |
# File 'app/helpers/tabs_helper.rb', line 2 def (content = nil, value:, **, &) tag.(content, data: { tabs_target: "button", action: "tabs#select", value: }, **, &) end |