Sha256: 3b70cec2b2ab31fda1be286efc685976aacfe51d0f48f912c89e6b9e1e5b1dd1

Contents?: true

Size: 245 Bytes

Versions: 8

Compression:

Stored size: 245 Bytes

Contents

<h2>New account</h2>

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

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

<%= 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/new.html.erb
moneyrail-0.1.6 app/views/accounts/new.html.erb
moneyrail-0.1.5 app/views/accounts/new.html.erb
moneyrail-0.1.4 app/views/accounts/new.html.erb
moneyrail-0.1.2 app/views/accounts/new.html.erb
moneyrail-0.1.1 app/views/accounts/new.html.erb
moneyrail-0.1.0 app/views/accounts/new.html.erb
moneyrail-0.0.2 app/views/accounts/new.html.erb