Sha256: 612cadb948939c61a0c4a03a29ebb9f84cd5d0c261052527509ab6b2d1236a91
Contents?: true
Size: 473 Bytes
Versions: 3
Compression:
Stored size: 473 Bytes
Contents
<table class="table"> <thead> <th>Controller</th> <th>Filters</th> </thead> <tbody> <% @controllers_and_callbacks.each do |controller, callbacks| %> <tr> <td><%= controller %></td> <td> <table> <% callbacks.each do |callback| %> <tr> <td><%= callback %></td> </tr> <% end %> </table> </td> </tr> <% end %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems