Sha256: 2b278f86f7d0d801945adb35c3ba035fe432038844873ecc824ec6c8c6c8d24b

Contents?: true

Size: 162 Bytes

Versions: 1

Compression:

Stored size: 162 Bytes

Contents

<%= form_with model: @payment, url: { action: 'update', id: @payment.id } do |f| %>
  <%= render partial: 'form', locals: { f: f } %>
  <%= f.submit %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/my/payments/_edit_form.html.erb