Last commits for specific project, sorry!!!!
Dynamic input field for hydra attribute
Example
<% @object.class.hydra_attributes.each do |attribute| %>
<tr>
<td class="label-cell"><%= attribute.name %></td>
<td class="content-cell"><%= f.hydra_attribute_input attribute %></td>
</tr>
<% end %>
end