Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created August 22, 2012 14:05
Show Gist options
  • Save takuyan/3425928 to your computer and use it in GitHub Desktop.
Save takuyan/3425928 to your computer and use it in GitHub Desktop.
a3 = Article.create
uid: 3
title: 'Wonderful Article'
body: 'lorem ipsum...'
user_id: 3
a3.isNewRecord() # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment