Sha256: c40b6010c5c2d12243efda63b132f1087a52cf780dfb090ae86f57f79ffd3c42

Contents?: true

Size: 105 Bytes

Versions: 8

Compression:

Stored size: 105 Bytes

Contents

<h1>Comics</h1>
<% data.csv_data.each do |row| %>
<div><%= row[0] %> art by <%= row[1] %></div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gumdrop-1.1.3 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.1.2 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.1.1 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.1.0 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.0.3 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.0.2 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.0.1 specs/fixtures/source/data-access/from-csv.html.erb
gumdrop-1.0.0 specs/fixtures/source/data-access/from-csv.html.erb