Sha256: bc75b197fb07ac0080c248b60e6e476ccc64cd8baaa3aabd3b1935d170aca054
Contents?: true
Size: 729 Bytes
Versions: 97
Compression:
Stored size: 729 Bytes
Contents
<h1>Listing Actions</h1> <table> <tr> <th>Controller</th> <th>Action</th> <th>Permission</th> </tr> <% for controller_action in @controller_actions -%> <tr> <td><%= link_to controller_action.site_controller.name, :controller => 'site_controllers', :action => 'show', :id => controller_action.site_controller.id %></td> <td><%= link_to controller_action.name, :action => 'show', :id => controller_action.id %></td> <td><%= controller_action.permission ? controller_action.permission.name : "(default -- #{controller_action.effective_permission.name})"%></td> </tr> <% end %> </table> <hr /> <p><%= link_to 'New controller_action', :action => 'new' %></p>
Version data entries
97 entries across 97 versions & 2 rubygems