felipero/couchrails

View on GitHub
examples/helloworld/app/views/posts/new.html.erb

Summary

Maintainability
Test Coverage
<h1>New post</h1>

<%= render 'form' %>

<%= link_to 'Back', posts_path %>