flyinggrizzly/url-grey

View on GitHub
app/views/users/show.html.erb

Summary

Maintainability
Test Coverage
<% provide(:title, @user.name) %>
<h2><%= @user.name %></h2>

<p>Role: <strong><%= user_role %></strong></p>
<p>Email: <strong><%= @user.email %></strong></p>