Class: Tolk::Phrase

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/tolk/phrase.rb

Instance Attribute Summary collapse

Instance Attribute Details

#translationObject

Returns the value of attribute translation.



22
23
24
# File 'app/models/tolk/phrase.rb', line 22

def translation
  @translation
end