ruby-rcade/RubyGameDev.com

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

Summary

Maintainability
Test Coverage
<h1>Editing library</h1>

<%= render 'form' %>

<%= link_to 'Show', @library %> |
<%= link_to 'Back', libraries_path %>