2024-03-10 13:08:14 +00:00

11 lines
188 B
Plaintext

= simple_form_for(@metapurse) do |f|
= f.error_notification
.form-inputs
= f.hidden_field :user_id
= f.input :name
= f.input :data
.form-actions
= f.button :submit