Skip to content

Instantly share code, notes, and snippets.

@dankozlowski
Created January 2, 2012 18:11
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 dankozlowski/1551576 to your computer and use it in GitHub Desktop.
Save dankozlowski/1551576 to your computer and use it in GitHub Desktop.
1.9.3-p0 :005 > ul = Upload.first
Upload Load (0.3ms) SELECT "uploads".* FROM "uploads" LIMIT 1
=> #<Upload id: 7, title: "Week 1", desc: "Filled in PowerPoint notes, week 1", student_id: 83, course_id: 1996, attachment: "1.ppt", created_at: "2011-10-03 18:40:39", updated_at: "2011-10-03 18:40:39", group_id: nil, uploadable_type: nil, uploadable_id: nil, lost: false>
1.9.3-p0 :006 > ul.lost = true
=> true
1.9.3-p0 :007 > ul.save
(0.2ms) BEGIN
(0.1ms) ROLLBACK
=> false
1.9.3-p0 :008 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment