Sha256: 3530efacdba14798bea68be9b77bb5615f5cfb0ed24c9f823f3472debdfa1935
Contents?: true
Size: 374 Bytes
Versions: 66
Compression:
Stored size: 374 Bytes
Contents
<p>Controller Warnings</p> <table> <tr> <th>Confidence</th> <th>Controller</th> <th>Warning Type</th> <th>Message</th> </tr> <% warnings.each do |warning| %> <tr> <td><%= warning['Confidence']%></td> <td><%= warning['Controller']%></td> <td><%= warning['Warning Type']%></td> <td><%= warning['Message']%></td> </tr> <% end %> </table>
Version data entries
66 entries across 66 versions & 2 rubygems