Sha256: 08dfaf817cfb87806f90666f55314f58ec6f3c1a377c1b713ca4bf4995df8315

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

<td><a href="#/<%=plural_model_name%>/<%%= _id %>"><%%= name %></a></td>
<% attributes.each do |attribute| -%>
<td><%%= <%= attribute.name %> %></td>
<% end -%>

<td><a href="#/<%=plural_model_name%>/<%%= _id %>/edit">Edit</td>
<td><a href="#/<%=plural_model_name%>/<%%= _id %>/destroy" class="destroy">Delete</a></td>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pbw-0.0.10 lib/generators/pbw/templates/templates/model.jst
pbw-0.0.9 lib/generators/pbw/templates/templates/model.jst