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