4 lines
150 B
Text
4 lines
150 B
Text
= form_for @transaction do |f|
|
|
= f.select :creditor, User.all, {}, { class: 'select2-selector' }
|
|
= f.number_field :amount
|
|
= f.submit "Send it!"
|