<%= name.titlecase.pluralize %>
Add:
<%- attributes.each do |attribute| %>
<%= attribute.name.titlecase %>
<%- if attribute.type == 'text' %>
<%- else %>
<%- end -%> <%- end -%>