Skip to content

Instantly share code, notes, and snippets.

@aziflaj
Created November 28, 2015 14:19
Show Gist options
  • Save aziflaj/b0adf9ee3656c7cfa0bd to your computer and use it in GitHub Desktop.
Save aziflaj/b0adf9ee3656c7cfa0bd to your computer and use it in GitHub Desktop.
user = User.new
user.last_name = 'Bond'
user.first_name = 'James'
user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment