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