Sha256: 2417f7fcc7af6ccb717caf75aec9285f744bafed083a92b819be890e700d9e88
Contents?: true
Size: 390 Bytes
Versions: 52
Compression:
Stored size: 390 Bytes
Contents
<%- case @attachable.class.to_s when 'Shelf' -%> <%= render 'index_shelf', shelf: @attachable -%> <%- when 'Manifestation' -%> <%= render 'index_manifestation', manifestation: @attachable -%> <%- when 'Agent' -%> <%= render 'index_agent', agent: @attachable -%> <%- when 'Event' -%> <%= render 'index_event', event: @attachable -%> <%- else -%> <%= render 'index' -%> <%- end -%>
Version data entries
52 entries across 51 versions & 2 rubygems