yenak/action-map

View on GitHub
app/views/users/index.html.haml

Summary

Maintainability
Test Coverage
%h1 USERS

%table#users
    %tbody
        - @users.each do |user|
            %tr
                %td= link_to "Edit #{user.name}", edit_user_path(user)