Sha256: cffa68c1e12b7ceb38d30feb17b96eb94da73f8e3449aaf5b58b826cd4ed22bc
Contents?: true
Size: 258 Bytes
Versions: 56
Compression:
Stored size: 258 Bytes
Contents
<h1>Editing customer</h1> <% form_tag :action => 'update', :id => @customer do %> <%= render :partial => 'form' %> <%= submit_tag 'Edit' %> <% end %> <%= link_to 'Show', :action => 'show', :id => @customer %> | <%= link_to 'Back', :action => 'list' %>
Version data entries
56 entries across 56 versions & 1 rubygems