Skip to content

Instantly share code, notes, and snippets.

@heptat
Created September 15, 2013 10:34
Show Gist options
  • Save heptat/6569568 to your computer and use it in GitHub Desktop.
Save heptat/6569568 to your computer and use it in GitHub Desktop.
kd = Word.find(1)
kd.translated_words.each do |tw|
puts tw.text
puts tw.language
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment