Skip to content

Instantly share code, notes, and snippets.

@alg
Created October 9, 2013 14:13
Show Gist options
  • Save alg/6901966 to your computer and use it in GitHub Desktop.
Save alg/6901966 to your computer and use it in GitHub Desktop.
%h2 Users
%table
%tr
%th Name
%th Email
%th Role
- User.all.each do |u|
%tr
%td= u.name
%td= u.email
%td= u.role.capitalize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment