<%= error_messages_for :people %> <% form_for(:people, :url => people_path(@people), :html => { :method => :put }) do |f| %>

<%= submit_tag "Update" %>

<% end %> <%= link_to 'Show', people_path(@people) %> | <%= link_to 'Back', peoples_path %>