openSNP/snpr

View on GitHub
app/views/phenotypes/_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_for @phenotype |p| %>
  <%= p.fields_for :user_phenotypes do |up| %>
    <%= up.label :variation%>
  <% end %>
<% end %>