Sha256: ae464d549762c79a87213015d913dd754b9e4353b0deb3af57e1387862c2485d

Contents?: true

Size: 218 Bytes

Versions: 26

Compression:

Stored size: 218 Bytes

Contents

<%== CSV.generate(:col_sep => ";", :quote_char => '"') do |csv| %>
  <% csv << default_fields %>
  <% collection.each do |item| %>
    <% csv << default_fields.map { |field| item.send(field) } %>
  <% end %>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
brightcontent-core-2.6.0 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.5.1 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.5.0 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.6 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.5 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.4 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.3 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.2 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.1 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.4.0 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.3.4 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.3.3 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.3.2 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.3.1 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.3.0 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.2.2 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.2.1 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.2.0 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.1.5 app/views/brightcontent/base/index.csv.erb
brightcontent-core-2.1.4 app/views/brightcontent/base/index.csv.erb