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