Sha256: 46aafecbe1598996660f2e27445aac063776d7706c1c74d57caa24f4b10f6127
Contents?: true
Size: 403 Bytes
Versions: 32
Compression:
Stored size: 403 Bytes
Contents
<%= symphonia_form_for(@entity) do |f| %> <%= f.error_messages %> <% @entity.class.registered_attributes.each do |name, attribute| %> <% next unless attribute.input_field %> <p> <%= f.send attribute.input_field, name, attribute.input_options %> </p> <% end %> <p class="buttons"> <%= link_to_back(polymorphic_path(@entity.class)) %> <%= f.primary %> </p> <% end %>
Version data entries
32 entries across 32 versions & 1 rubygems