Sha256: 7b8139b4a8d2f91a5eb6d91f30e89573130531910f2981c47790896e7aa63348
Contents?: true
Size: 446 Bytes
Versions: 62
Compression:
Stored size: 446 Bytes
Contents
<style> .alert { color: red; } .notice { color: green; } </style> <% flash.each do |type, msg| %><div class="<%= type %>"><%= msg %></div><% end %> <% if flash.any? %><hr /><% end %> <h1>Acts as list</h1> <h2>This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.</h2>
Version data entries
62 entries across 62 versions & 1 rubygems