Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created October 12, 2010 19:19
Show Gist options
  • Save knowuh/622752 to your computer and use it in GitHub Desktop.
Save knowuh/622752 to your computer and use it in GitHub Desktop.
teachers.each do |t|
u = t.user
puts "#{t.id}, #{u.id}, #{u.login}, #{u.last}, #{u.first}, #{u.email}, #{t.school.name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment