Module: SnapCi::Translations::ClassMethods

Defined in:
lib/snap_ci/translations.rb

Instance Method Summary collapse

Instance Method Details

#t(key, hash = {}) ⇒ Object



6
7
8
# File 'lib/snap_ci/translations.rb', line 6

def t(key, hash = {})
  I18n.t("lita.handlers.snap_ci.#{key}", hash)
end