Sha256: d0a38f5ccbe436a2086ad1348886a806d37e8d603f6863caa62678cbb301d121
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
= form_for @<%= model_name.underscore %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :class => "edit_<%= model_name.underscore %>", :id => "edit_<%= model_name.underscore %>" } do |f| input name="_method" type="hidden" value="put" = render :partial => "form", :locals => {:f => f}
Version data entries
5 entries across 5 versions & 1 rubygems