Skip to content

Instantly share code, notes, and snippets.

@patrickspencer
Created October 26, 2014 03:22
Show Gist options
  • Save patrickspencer/736c867994d1044d7243 to your computer and use it in GitHub Desktop.
Save patrickspencer/736c867994d1044d7243 to your computer and use it in GitHub Desktop.
2.1.3 :001 > Problem.find(1).problem_template
Problem Load (0.2ms) SELECT "problems".* FROM "problems" WHERE "problems"."id" = ? LIMIT 1 [["id", 1]]
ProblemTemplate Load (0.2ms) SELECT "problem_templates".* FROM "problem_templates" WHERE "problem_templates"."problem_id" = ? LIMIT 1 [["problem_id", 1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment