ehmorris/cardslap

View on GitHub
app/views/decks/edit.html.erb

Summary

Maintainability
Test Coverage
<%= form_for @deck do |form| %>
  <div class="textarea"><%= form.text_area :name %></div>
  <%= form.submit %>
<% end %>