thirteen-tien-len/app/views/layouts/_new_room_form.html.haml

4 lines
161 B
Plaintext

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