Sha256: b44951db9f181724ac384ee72a4c3ebf89219217e8881d7807f7ff8e65298491
Contents?: true
Size: 379 Bytes
Versions: 59
Compression:
Stored size: 379 Bytes
Contents
<h1>Editing something</h1> <%= error_messages_for :something %> <% form_for(:something, :url => something_path(@something), :html => { :method => :put }) do |f| %> <p> <b>Title</b><br /> <%= f.text_field :title %> </p> <p> <%= submit_tag "Update" %> </p> <% end %> <%= link_to 'Show', something_path(@something) %> | <%= link_to 'Back', somethings_path %>
Version data entries
59 entries across 59 versions & 19 rubygems