4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
= form_with(model: @new_room, remote: true, url: rooms_path) do |f|
|
|
= f.text_field :name, class: "form-control", autocomplete: 'off'
|
|
= f.submit data: { disable_with: false }
|