This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-12-03 03:47:21 -05:00
|
|
|
<%= error_messages_for :people %>
|
|
|
|
|
|
|
|
<% form_for(:people, :url => peoples_path) do |f| %>
|
2007-12-04 01:03:13 -05:00
|
|
|
<%= render :partial => 'people_form' %>
|
2007-12-03 03:47:21 -05:00
|
|
|
<p>
|
|
|
|
<%= submit_tag "Create" %>
|
|
|
|
</p>
|
|
|
|
<% end %>
|