Sha256: 42683665a4d65d0b29f8987dccd6810b6d8365a69a15c4f00665c7d078cb9eb1
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
<%= form_with model: @payment_method, url: { action: 'create' } do |f| %> <%= render partial: 'form', locals: { f: f } %> <%= f.submit %> <% end %>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/admin/payment_methods/_new_form.html.erb |
rails_trade-0.0.3 | app/views/trade/my/payment_methods/_new_form.html.erb |