Sha256: 67e9a4c948458bc20c6a1861e3291ee2cffd42885d49556e84bfc62538970410
Contents?: true
Size: 243 Bytes
Versions: 9
Compression:
Stored size: 243 Bytes
Contents
<% @title = "Edit #{resource.human}" %> <h1><%= @title %></h1> <%= form_for record, :url => resource.member_path, :html => {:multipart => true} do |f| %> <%= render :partial => 'form', :locals => { :f => f, :action => 'edit' } %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems