vegantech/sims

View on GitHub
app/views/help/_roles.html.erb

Summary

Maintainability
Test Coverage
<dl>
  <% Role::SYSTEM_ROLES.each do |role, desc| %>
    <dt> <%= role.titleize %>: </dt>
    <dd> <%= desc %> </dd>
  <% end %>
</dl>