Skip to content

Instantly share code, notes, and snippets.

@bfcapell
Created June 26, 2010 14:27
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 bfcapell/454089 to your computer and use it in GitHub Desktop.
Save bfcapell/454089 to your computer and use it in GitHub Desktop.
has_many :books, :translation_shared => true
media_attachment :images, :translation_shared => true
# now equivalent to
has_many :books
media_attachment :images
share_translations_for :books, :images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment