Sha256: 215cd4ad4423e8a38f007b883300b5f02aa252884fb1d8262685425709d496fc
Contents?: true
Size: 455 Bytes
Versions: 4
Compression:
Stored size: 455 Bytes
Contents
<h1>Listing api_documents</h1> <table> <tr> <th></th> <th></th> <th></th> </tr> <% @api_documents.each do |api_document| %> <tr> <td><%= link_to 'Show', api_document %></td> <td><%= link_to 'Edit', edit_api_document_path(api_document) %></td> <td><%= link_to 'Destroy', api_document, confirm: 'Are you sure?', method: :delete %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Document', new_api_document_path %>
Version data entries
4 entries across 4 versions & 1 rubygems