Skip to content

Instantly share code, notes, and snippets.

@et
Created April 4, 2013 02:31
Show Gist options
  • Select an option

  • Save et/5307251 to your computer and use it in GitHub Desktop.

Select an option

Save et/5307251 to your computer and use it in GitHub Desktop.
1.9.3-p374 :005 > Project.first.dropboxes
Project Load (0.3ms) SELECT `projects`.* FROM `projects` LIMIT 1
Dropbox Load (18.0ms) SELECT `dropboxes`.* FROM `dropboxes` WHERE `dropboxes`.`project_id` = 1
=> [#<Dropbox id: 1, project_id: 1, metadata_profile_id: nil, created_at: "2013-04-04 01:45:03", updated_at: "2013-04-04 01:45:03">, #<Dropbox id: 7, project_id: 1, metadata_profile_id: 1, created_at: "2013-04-04 01:46:11", updated_at: "2013-04-04 01:46:11">]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment