<%%= f.label :<%= attribute.name %> %>
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
<%%= f.label :<%= attachment%> %>
<%%= f.file_field :<%= attachment%> %>
<%%= f.submit 'Update' %>
<%% end %> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %>