Skip to content

Instantly share code, notes, and snippets.

@ahe
Created January 5, 2010 15:41
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 ahe/269449 to your computer and use it in GitHub Desktop.
Save ahe/269449 to your computer and use it in GitHub Desktop.
picture = a.pictures.select{ |picture| picture.name == 'test' }.first
picture.name = 'testtesttest'
a.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment