Sha256: eed5434624af0e9ef74847be0234c7e121d49cfaf2bca6a726094c3330269799

Contents?: true

Size: 335 Bytes

Versions: 57

Compression:

Stored size: 335 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

57 entries across 57 versions & 18 rubygems

Version Path
akitaonrails-resource_controller-0.5.2 test/app/views/people/edit.rhtml
akitaonrails-resource_controller-0.5.3 test/app/views/people/edit.rhtml
csmosx-resource_controller-0.6.6 test/app/views/people/edit.rhtml
csmosx-resource_controller-0.6.7 test/app/views/people/edit.rhtml
dkubb-resource_controller-0.6.5 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.4.10 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.4.12 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.4.9 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.5.2 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.5.3 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.5.5 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.5.6 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.6.0 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.6.1 test/app/views/people/edit.rhtml
giraffesoft-resource_controller-0.6.5 test/app/views/people/edit.rhtml
jeffrafter-resource_controller-0.5.5 test/app/views/people/edit.rhtml
kdmny-spree-0.0.1 vendor/plugins/resource_controller/test/app/views/people/edit.rhtml
korin-resource_controller-0.5.3 test/app/views/people/edit.rhtml
maser-resource_controller-0.6.6 test/app/views/people/edit.rhtml
nileshtrivedi-lp_resource_builder-0.5.1 test/app/views/people/edit.rhtml