Sha256: 3febddd594192e0aa9b9e9770be73a1905f5c217c44009433881f3e67fe01848

Contents?: true

Size: 110 Bytes

Versions: 8

Compression:

Stored size: 110 Bytes

Contents

<h1>Movies</h1>
<ul>
<% data.json_data.movies.each do |movie| %>
  <li><%= movie.title %></li>
<% end %>
</ul>

Version data entries

8 entries across 8 versions & 1 rubygems

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