Sha256: 125c325a6a62ac89535dfa695a121f852219538263e5c96b8a237ce4ee588679
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
<h1>New <%= singular_name %></h1> <%% form_for <%= object_path("@#{singular_name}") %> do |f| %> <%%= render :partial => "form", :locals => { :f => f } %> <p><%%= f.submit 'Create' %></p> <%% end %> <%%= link_to 'Back', <%= index_path %> %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
handy-generators-0.0.2 | rails_generators/hscaffold/templates/view_new.html.erb |
handy-generators-0.0.1 | rails_generators/hscaffold/templates/view_new.html.erb |