Sha256: ad925022890f2d1242f4d02628d845d9e16029252b5315e7a7a1c71fc8fee516
Contents?: true
Size: 412 Bytes
Versions: 106
Compression:
Stored size: 412 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %> <% unless object[attribute].nil? %> <%= t("#{object.class.name.underscore.pluralize}.fields.#{attribute}.options.#{object.public_send(attribute)}") %> <% end %> <% end %>
Version data entries
106 entries across 106 versions & 1 rubygems