Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created August 22, 2012 14:00
Show Gist options
  • Save takuyan/3425887 to your computer and use it in GitHub Desktop.
Save takuyan/3425887 to your computer and use it in GitHub Desktop.
a1 = Article.build
uid: 10
title: 'Awesome Article'
body: 'Lorem Ipsum...'
user_id: 8
a1.isNewRecord() # => true
a1.save()
a1.isNewRecord() # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment