Skip to content

Instantly share code, notes, and snippets.

@ryansobol
Last active July 30, 2016 17:34
Show Gist options
  • Save ryansobol/e1113da9ff1486c04f6175a35f975b65 to your computer and use it in GitHub Desktop.
Save ryansobol/e1113da9ff1486c04f6175a35f975b65 to your computer and use it in GitHub Desktop.
[{
id: 1,
first_name: 'Joanne',
last_name: 'Rowling',
email: 'jkrowling@gmail.com',
hashed_password: '$2a$12$C9AYYmcLVGYlGoO4vSZTPud9ArJwbGRsJ6TUsNULzR48z8fOnTXbS', // youreawizard
created_at: new Date('2016-06-29 14:26:16 UTC'),
updated_at: new Date('2016-06-29 14:26:16 UTC')
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment