Sha256: 48eb9ee064e58bb31e599111e94e006ade893c4b1b824db8b356afd3de874596
Contents?: true
Size: 405 Bytes
Versions: 51
Compression:
Stored size: 405 Bytes
Contents
<%- case @attachable.class.to_s when 'Shelf' -%> <%= render 'index_shelf', :shelf => @attachable -%> <%- when 'Manifestation' -%> <%= render 'index_manifestation', :manifestation => @attachable -%> <%- when 'Patron' -%> <%= render 'index_patron', :patron => @attachable -%> <%- when 'Event' -%> <%= render 'index_event', :event => @attachable -%> <%- else -%> <%= render 'index' -%> <%- end -%>
Version data entries
51 entries across 51 versions & 1 rubygems