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