Module: DialogHelper
- Defined in:
- app/helpers/dialog_helper.rb
Instance Method Summary collapse
Instance Method Details
#button_to_close_dialog(content = nil) ⇒ Object
2 3 4 |
# File 'app/helpers/dialog_helper.rb', line 2 def (content = nil, **, &) tag.form tag.(content, **, &), method: :dialog end |