Sha256: cb71ac8c18816ef01ba0dd3ee03e779312aa0fc118dbc4a61beb249c808b0019
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
<%%= form_for @<%= model_name.underscore %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :method => "put", :class => "edit_<%= model_name.underscore %>", :id => "edit_<%= model_name.underscore %>" } do |f| -%> <%%= render :partial => "form", :locals => {:f => f} %> <%% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter-bootstrap-rails-2.0.1.0 | lib/generators/bootstrap/themed/templates/edit.html.erb |