Sha256: f47cdd1f784a403a0815b50ebefac4c9044d53d0c0bc887349f6655bd4dca04c

Contents?: true

Size: 557 Bytes

Versions: 6

Compression:

Stored size: 557 Bytes

Contents

<%= "<% div_for(#{goal.s}) do %%>" %>
<%= "<h3>#{goal.s}</h3>" %>
<% goal.fields.each do |k, v| %>
  <div>
    <b><%= k %>:</b>
    <%= "<%=h #{goal.s}.#{k} %%>" %>
  </div>
<% end %>
<%= "<% end %%>" %>
<%  goal.nested_resources.each do |k, v| %>
  
  <div>
    <%= "<h4>list of #{v.p}</h4>" %>
    <%=  "<%= render :partial => '#{v.p}/#{v.s}_small', :collection => #{goal.s}.#{v.p} %%>" %>
  </div>
  <div>
    <%=  "<h4>make a new #{v.s}</h4>" %>
    <%=  "<%= render :partial => '#{v.p}/form', :object => #{goal.s}.#{v.p}.new %%>" %>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mattknox-goaloc-0.4.0 lib/goaloc/generators/rails/_model.html.erb
mattknox-goaloc-0.4.1 lib/goaloc/generators/rails/_model.html.erb
mattknox-goaloc-0.4.2 lib/goaloc/generators/rails/_model.html.erb
mattknox-goaloc-0.4.4 lib/goaloc/generators/rails/_model.html.erb
mattknox-goaloc-0.4.5 lib/goaloc/generators/rails/_model.html.erb
mattknox-goaloc-0.4.7 lib/goaloc/generators/rails/_model.erb