Sha256: 5c4f390efcd138c42b61da80f97135ebcae767ef8498374fbfdbc0c75cc8becf
Contents?: true
Size: 598 Bytes
Versions: 13
Compression:
Stored size: 598 Bytes
Contents
<%# # HasOne Index Partial This partial renders a has_one 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::HasOne][1]. A wrapper around the has_one relationship pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/HasOne %> <% if field.linkable? %> <%= link_to_if( accessible_action?(field.data, :show), field.display_associated_resource, [namespace, field.data], ) %> <% end %>
Version data entries
13 entries across 13 versions & 2 rubygems