Sha256: 127477bcb5177d228f6845d0e1fcad3fc552d5a01f5b6b4d14ce0108d25503fa

Contents?: true

Size: 329 Bytes

Versions: 59

Compression:

Stored size: 329 Bytes

Contents

<h1>Editing dude</h1>

<%= error_messages_for :dude %>

<% form_for(:dude, :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

59 entries across 59 versions & 19 rubygems

Version Path
matid-resource_controller-0.6.5 test/app/views/users/edit.rhtml
spree-0.8.4 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.8.5 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
resource_controller-0.4.9 test/app/views/users/edit.rhtml
resource_controller-0.5.3 test/app/views/users/edit.rhtml
resource_controller-0.5.2 test/app/views/users/edit.rhtml
resource_controller-0.5.0 test/app/views/users/edit.rhtml
resource_controller-0.5.1 test/app/views/users/edit.rhtml
spree-0.4.1 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.4.0 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.5.0 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.6.0 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.5.1 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.7.0 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.7.1 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.8.0 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.8.1 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.8.2 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
spree-0.8.3 vendor/plugins/resource_controller/test/app/views/users/edit.rhtml