<%# # Enum Show Partial This partial renders an enum attribute, to be displayed on a resource's show page. By default, the attribute is rendered as a text tag. ## Local variables: - `field`: An instance of [Administrate::Field::Enum][1]. A wrapper around the enum attributes pulled from the model. %> <%= render partial: '/fields/jsontable/json_table_field', locals: { data: field.data } %>