Sha256: 9d6e70292355354229bc76926855280c5b5ca22ff591bdb25177600ed7302a2f
Contents?: true
Size: 813 Bytes
Versions: 2
Compression:
Stored size: 813 Bytes
Contents
<h1>Listing controller_filters</h1> <table> <thead> <tr> <th>Http method</th> <th>Controller</th> <th>Action name</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @controller_filters.each do |controller_filter| %> <tr> <td><%= controller_filter.http_method %></td> <td><%= controller_filter.controller %></td> <td><%= controller_filter.action_name %></td> <td><%= link_to 'Show', controller_filter %></td> <td><%= link_to 'Edit', edit_controller_filter_path(controller_filter) %></td> <td><%= link_to 'Destroy', controller_filter, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Controller filter', new_controller_filter_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
request_refinery-0.0.2 | app/views/request_refinery/controller_filters/index.html.erb |
request_refinery-0.0.1 | app/views/request_refinery/controller_filters/index.html.erb |