Sha256: a36373ace72b3d32b41eafe9edd1dbb73ff63b0c017626d0ce148da5b7f41675
Contents?: true
Size: 435 Bytes
Versions: 107
Compression:
Stored size: 435 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% options ||= {} %> <% if object.public_send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= options[:password] ? "●" * object.public_send(attribute).length : object.public_send(attribute) %> <% end %> <% end %>
Version data entries
107 entries across 107 versions & 1 rubygems