Sha256: 8efe6132dd613190052ca08c2e745a24b5c672f8246827dc0206a6f010bb1a59
Contents?: true
Size: 318 Bytes
Versions: 79
Compression:
Stored size: 318 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <%= render 'shared/attributes/base', strategy: strategy, url: url do |p| %> <% p.heading t("#{object.class.name.pluralize.underscore}.fields.#{attribute}.heading") %> <% p.body yield %> <% end %>
Version data entries
79 entries across 79 versions & 1 rubygems