Skip to content

Instantly share code, notes, and snippets.

@will-in-wi
Created April 14, 2014 22:22
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 will-in-wi/10686948 to your computer and use it in GitHub Desktop.
Save will-in-wi/10686948 to your computer and use it in GitHub Desktop.
Commands to expose Rails bug
d = Dungeon.create name: 'The Pit of Dispair'
w = Wizard.new name: 'Merlin'
w.dungeons << d
w.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment