Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Created August 23, 2015 18:27
Show Gist options
  • Save mayra-cabrera/ba5be86f05215ff83394 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/ba5be86f05215ff83394 to your computer and use it in GitHub Desktop.
def user_info(user)
"Name: #{user.name}. Boss: #{user.department.try(:head).try(:name)}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment