Skip to content

Instantly share code, notes, and snippets.

@NaiyaShah-BTC
Created April 30, 2019 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaiyaShah-BTC/0ea9ed7efe34e55f14faff0a92cac756 to your computer and use it in GitHub Desktop.
Save NaiyaShah-BTC/0ea9ed7efe34e55f14faff0a92cac756 to your computer and use it in GitHub Desktop.
User.pluck(:id, :name)
# SELECT users.id, users.name FROM users
# => [[1, 'David'], [2, 'Jeremy'], [3, 'Jose']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment