Sha256: 8fd806258b6eff69123ef0d1bacf8554d840e00b825548311b8d50fa97be9425
Contents?: true
Size: 489 Bytes
Versions: 83
Compression:
Stored size: 489 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% format ||= nil %> <% options ||= {} %> <% if object.public_send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy do %> <% if format %> <%= sprintf(format, object.public_send(attribute)) %> <% else %> <%= object.public_send(attribute) %> <% end %> <% end %> <% end %>
Version data entries
83 entries across 83 versions & 1 rubygems