Sha256: c6ee5e94fc8af3e1894e36ebee66c860b35a74a99aed3e7a8f265035ce4c3428

Contents?: true

Size: 283 Bytes

Versions: 8

Compression:

Stored size: 283 Bytes

Contents

<h2>Editing account</h2>

<% form_for(@account) do |f| %>
  <%= f.error_messages %>

  <p>
    <%= f.label :name %><br />
    <%= f.text_field :name %>
  </p>
  <p>
    <%= f.submit 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @account %> |
<%= link_to 'Back', accounts_path %>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
yhara-moneyrail-0.0.2 app/views/accounts/edit.html.erb
moneyrail-0.1.6 app/views/accounts/edit.html.erb
moneyrail-0.1.5 app/views/accounts/edit.html.erb
moneyrail-0.1.4 app/views/accounts/edit.html.erb
moneyrail-0.1.2 app/views/accounts/edit.html.erb
moneyrail-0.1.1 app/views/accounts/edit.html.erb
moneyrail-0.1.0 app/views/accounts/edit.html.erb
moneyrail-0.0.2 app/views/accounts/edit.html.erb