Class: ActionView::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/vulgata/vulgata_translate_includes.rb

Instance Method Summary collapse

Instance Method Details

#vt(label, options = {}) ⇒ Object



2
3
4
# File 'lib/vulgata/vulgata_translate_includes.rb', line 2

def vt(label, options = {})
  I18n.backend.vulgata_translate(I18n.locale, label, options)
end