Sha256: 733b10850128c330f5fa02e1b48496e127a691cdc1ef1e3efc01067bfe358db1

Contents?: true

Size: 336 Bytes

Versions: 11

Compression:

Stored size: 336 Bytes

Contents

<h1>Editing person</h1>

<%= error_messages_for :person %>

<%= form_for(:person, :url => object_url, :html => { :method => :put }) do |f| %>
  <p>
    <b>Name</b><br />
    <%= f.text_field :name %>
  </p>

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

<%= link_to 'Show', object_url %> |
<%= link_to 'Back', collection_url %>

Version data entries

11 entries across 11 versions & 3 rubygems

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