Sha256: cf0affb910d1cb466fe32feb8bcbd225a5cfad27a849c4bb712267210651a469
Contents?: true
Size: 164 Bytes
Versions: 13
Compression:
Stored size: 164 Bytes
Contents
%h1 Listing books %table %tr %th ID %th Title %th Slug - books.each do |book| %tr %td= book.id %td= book.title.value %td= book.slug.try(:value)
Version data entries
13 entries across 13 versions & 1 rubygems