Sha256: 8d1790677daa4fe0c99ca56cb34af53952075101526601c243dd055cd2c5cf69

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

<%= form_with model: @buyer, scope: 'buyer', url: my_buyer_path, method: :patch do |f| %>
  <%= f.text_field :name %>
  <%= f.number_field :deposit_ratio %>
  <%= f.submit %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.1 app/views/rails_trade_my/buyers/_form.html.erb