module I18n

Public Instance Methods

t(key, options={}) click to toggle source
# File lib/config.rb, line 8
def t key, options={}
  I18n.translate(key, options)
end