Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Last active August 29, 2015 14:28
Show Gist options
  • Save mayra-cabrera/0cba4495d5f111b2f778 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/0cba4495d5f111b2f778 to your computer and use it in GitHub Desktop.
def user_info(user)
"Name: #{user.name}. Dept: #{user.departments.map(&:name).join(",")}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment