Roles List

<%= link_to 'New', new_admin_role_path()%>

<% @roles.each do |role| %> <% end %>
Name Status Created At Action
<%= role.name %> <%= role.is_active %> <%= role.created_at %> <%= link_to 'Edit', edit_admin_role_path(role)%>