getsentry/raven-ruby

View on GitHub
sentry-rails/examples/rails-5.2/app/views/posts/new.html.erb

Summary

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

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

<%= link_to 'Back', posts_path %>