Sha256: acf002ce97b62ef2f102053dac67b28726e103bfb08cd1adb01a16e6476f0c11

Contents?: true

Size: 264 Bytes

Versions: 11

Compression:

Stored size: 264 Bytes

Contents

<h1>New person</h1>

<%= error_messages_for :person %>

<%= form_for(:person, :url => people_path) do |f| %>
  <p>
    <b>Name</b><br />
    <%= f.text_field :name %>
  </p>

  <p>
    <%= submit_tag "Create" %>
  </p>
<% end %>

<%= link_to 'Back', people_path %>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
makandra_resource_controller-0.8.0 test/app/views/people/new.html.erb
resources_controller-1.0.4 test/app/views/people/new.rhtml
resources_controller-1.0.3 test/app/views/people/new.rhtml
resources_controller-1.0.2 test/app/views/people/new.rhtml
makandra_resource_controller-0.7.3 test/app/views/people/new.rhtml
makandra_resource_controller-0.7.2 test/app/views/people/new.rhtml
rd_resource_controller-1.0.1 test/app/views/people/new.rhtml
rd_resource_controller-1.0.0 test/app/views/people/new.rhtml
makandra_resource_controller-0.7.1 test/app/views/people/new.rhtml
makandra_resource_controller-0.7.0 test/app/views/people/new.rhtml
rd_resource_controller-1.0.0.rc test/app/views/people/new.rhtml