Sha256: 1e34c6ab5b8c88eb3fad20fa35c095fe2cdcd6602aff59739a823e9f16d4e1ce
Contents?: true
Size: 343 Bytes
Versions: 16
Compression:
Stored size: 343 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 do %> <%= object.send(attribute) %> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems