Sha256: 04f6e22f6701f1e0b3821ada107664e19378251ddcc5d8c8342c8b859b6e0d34
Contents?: true
Size: 410 Bytes
Versions: 54
Compression:
Stored size: 410 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 %> <%= t("#{object.class.name.underscore.pluralize}.fields.#{attribute}.options.#{object.send(attribute)}") %> <% end %> <% end %>
Version data entries
54 entries across 54 versions & 2 rubygems