Sha256: 899b0b6aa68a95936f76f5ea3d86ce68f7fbef61a5c4ad832b44bbd1312e349b
Contents?: true
Size: 446 Bytes
Versions: 43
Compression:
Stored size: 446 Bytes
Contents
<%# # Boolean Show Partial This partial renders a boolean attribute, to be displayed on a resource's show page. By default, the attribute is rendered as a string representation of the boolean value. ## Local variables: - `field`: An instance of [Administrate::Field::Boolean][1]. A wrapper around the boolean value pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Boolean %> <%= field.to_s %>
Version data entries
43 entries across 43 versions & 3 rubygems