Skip to content

Instantly share code, notes, and snippets.

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