Sha256: 8530922f8a1dabb68d9af59fde462a44683212890a726b7cafa6170591d508f5

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 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 %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bullet_train-themes-1.2.11 app/views/themes/base/attributes/_number.html.erb