Skip to content

Instantly share code, notes, and snippets.

@novalagung
Created November 3, 2012 11:54
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 novalagung/4007162 to your computer and use it in GitHub Desktop.
Save novalagung/4007162 to your computer and use it in GitHub Desktop.
user = new User #membuat objek baru bernama user dari Model User
user.name = "noval ganteng" #set nama objek tersebut
user.save #simpan ke database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment