Sha256: cc70ff6b8536675d26e14b942ad8c887177568d78af006b9532406cfc7bd65ae
Contents?: true
Size: 235 Bytes
Versions: 22
Compression:
Stored size: 235 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %>::Collection < RecordCollection::Base <% attributes.each do |attribute| -%> attribute :<%= attribute.name %><%= collection_type_addition_for(attribute) %> <% end -%> end <% end -%>
Version data entries
22 entries across 22 versions & 1 rubygems