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.



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

def translation
  @translation
end