Roles

<% for role in @roles %> <% end %>
NameDescriptionCreated At Updated At
<%= link_to role.name, :action => 'show', :id => role %> <%= role.description %> <%= role.created_at %> <%= role.updated_at %>

<%= link_to 'New role', :action => 'new' %>