Editing contract

<% form_for(@contract) do |f| %> <%= f.error_messages %>

<%= f.label :boilerplate %>
<%= f.text_field :boilerplate %>

<%= f.label :signature %>
<%= f.text_field :signature %>

<%= f.label :signinghash %>
<%= f.text_field :signinghash %>

<%= f.submit 'Update' %>

<% end %> <%= link_to 'Show', @contract %> | <%= link_to 'Back', contracts_path %>