chantellebecker/adventures-rails

View on GitHub
app/views/activities/new.html.erb

Summary

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

<%= render 'form', activity: @activity %>

<%= link_to 'Back', activities_path %>