Sha256: 0c19af35325c91de9486d348a65fe11514f21ad78a35a17e3669e5db7b730590
Contents?: true
Size: 628 Bytes
Versions: 7
Compression:
Stored size: 628 Bytes
Contents
<%# # Polymorphic Index Partial This partial renders a polymorphic relationship, to be displayed on a resource's index page. By default, the relationship is rendered as a link to the associated object. ## Local variables: - `field`: An instance of [Administrate::Field::Polymorphic][1]. A wrapper around the polymorphic belongs_to relationship pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Polymorphic %> <% if field.data %> <%= link_to_if( accessible_action?(field.data, :show), field.display_associated_resource, [namespace, field.data] ) %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems