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 button_to_close_dialog(content = nil, **, &)
  tag.form tag.button(content, **, &), method: :dialog
end