Sha256: 1073acc4b32651c42a377a52a298f1b5d87b325489b32b61f47b66b67a5a4746
Contents?: true
Size: 332 Bytes
Versions: 23
Compression:
Stored size: 332 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% if object.send(attribute).present? %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <%= object.send(attribute) %> <% end %> <% end %>
Version data entries
23 entries across 23 versions & 2 rubygems