Sha256: 0f492006b312751d5f6d95e0ae7bd4b89270e7ebee4857d9253df7b7ee845734
Contents?: true
Size: 761 Bytes
Versions: 13
Compression:
Stored size: 761 Bytes
Contents
<h1>Listing post_with_collections</h1> <table> <thead> <tr> <th>Title</th> <th>File</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @post_with_collections.each do |post_with_collection| %> <tr> <td><%= post_with_collection.title %></td> <td><%= post_with_collection.file %></td> <td><%= link_to 'Show', post_with_collection %></td> <td><%= link_to 'Edit', edit_post_with_collection_path(post_with_collection) %></td> <td><%= link_to 'Destroy', post_with_collection, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Post with collection', new_post_with_collection_path %>
Version data entries
13 entries across 13 versions & 1 rubygems