Class: Tolk::Phrase
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Tolk::Phrase
- Defined in:
- app/models/tolk/phrase.rb
Instance Attribute Summary collapse
-
#translation ⇒ Object
Returns the value of attribute translation.
Instance Attribute Details
#translation ⇒ Object
Returns the value of attribute translation.
19 20 21 |
# File 'app/models/tolk/phrase.rb', line 19 def translation @translation end |