Libraries
»
forest_cms
(0.98.1)
»
Index
»
Translation
»
for
Method: Translation.for
Defined in:
app/models/translation.rb
.
for
(key) ⇒
Object
11 12 13
# File 'app/models/translation.rb', line 11
def
self
.
for
(
key
)
self
.
get
(
key
)
.
try
(
:value
)
end