Sha256: fe3acb00505fe85913c99bbbaf340744d8da663ed9ece8174acc5b879ddeca57
Contents?: true
Size: 368 Bytes
Versions: 107
Compression:
Stored size: 368 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.public_send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= display_phone_number(object.public_send(attribute)) %> <% end %> <% end %>
Version data entries
107 entries across 107 versions & 1 rubygems