Sha256: bbe44ec48433204167a7f5cfeb3438e5ca13ccda011f1ea44d15519bcb61c12a
Contents?: true
Size: 477 Bytes
Versions: 42
Compression:
Stored size: 477 Bytes
Contents
<%= @manifestation_checkout_stat.start_date -%><%= "\t" %><%= @manifestation_checkout_stat.end_date %> manifestation_id<%= "\t" %>title<%= "\t" %>carrier_type<%= "\t" %>count <%- @stats.count(:id).map{|manifestation_id, count| [Manifestation.where(id: manifestation_id).first, count] }.each do |stat| -%> <%= stat[0].id if stat[0] %><%= "\t" %><%= stat[0].original_title if stat[0] -%><%= "\t" %><%= stat[0].carrier_type.name if stat[0] %><%= "\t" %><%= stat[1] %> <%- end -%>
Version data entries
42 entries across 42 versions & 1 rubygems