Sha256: e30964c0bd3673eb5cca0aada2db7a602a698067468cb6ba728dbd31124b232d
Contents?: true
Size: 416 Bytes
Versions: 43
Compression:
Stored size: 416 Bytes
Contents
<%= @manifestation_reserve_stat.start_date -%><%= "\t" %><%= @manifestation_reserve_stat.end_date %> title<%= "\t" %>carrier_type<%= "\t" %>count <%- @stats.each do |stat| -%> <%= stat.manifestation.id if stat.manifestation %><%= "\t" %><%= stat.manifestation.original_title if stat.manifestation -%><%= "\t" %><%= stat.manifestation.carrier_type.name %><%= "\t" %><%= stat.reserves_count -%><%= "\n" %> <%- end -%>
Version data entries
43 entries across 43 versions & 1 rubygems