swchoi727/LEP

View on GitHub
app/views/pairs/_form.html.haml

Summary

Maintainability
Test Coverage
= form_for :pair, url: {action: 'create'} do |f|

  %div.question
    = f.label :members, "Members"
    = f.text_field :members

  %div.question
    = f.label :languages, "Languages"
    = f.text_field :languages

  %div.question
    %p
    = f.submit 'Submit'