AgileVentures/LocalSupport

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

Summary

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

<%= render partial: 'form', locals: {event: @event} %>

<%= link_to 'Back', events_path %>