Skip to content

Instantly share code, notes, and snippets.

@bpo
Created June 2, 2009 17:44
Show Gist options
  • Save bpo/122386 to your computer and use it in GitHub Desktop.
Save bpo/122386 to your computer and use it in GitHub Desktop.
(rdb:1) pp csv.parts.all(:completed => false)
[#<CSVPart
full = true,
content_length = 0,
updated_at = #<DateTime: 35351787367/14400,-7/24,2299161>,
index = 0,
created_at = #<DateTime: 35351787367/14400,-7/24,2299161>,
completed = false,
csv_meta_id = 5,
id = 6>]
(rdb:1) pp csv.parts.all
[#<CSVPart
full = true,
content_length = 100,
updated_at = #<DateTime: 35351787367/14400,-7/24,2299161>,
index = 0,
created_at = #<DateTime: 35351787367/14400,-7/24,2299161>,
completed = true,
csv_meta_id = 5,
id = 6>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment