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.



19
20
21
# File 'app/models/tolk/phrase.rb', line 19

def translation
  @translation
end