Skip to content

Instantly share code, notes, and snippets.

@barrym
Created June 20, 2009 20:12
Show Gist options
  • Save barrym/133267 to your computer and use it in GitHub Desktop.
Save barrym/133267 to your computer and use it in GitHub Desktop.
Scenes::Character.named("David") {
User.create(:name => "David")
}
Scenes::Character.named("Joe") {
User.create(:name => "Joe")
}
Scenes::Scene.named("David and Joe") {
Scenes::Character["David"]
Scenes::Character["Joe"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment