Module: Coco::Concerns::Translatable

Extended by:
ActiveSupport::Concern
Included in:
Coco::Component
Defined in:
app/components/coco/concerns/translatable.rb

Instance Method Summary collapse

Instance Method Details

#tt(key) ⇒ Object



6
7
8
# File 'app/components/coco/concerns/translatable.rb', line 6

def tt(key)
  t("coco.#{self.class.i18n_path}.#{key}")
end