class ActionView::Base

Public Instance Methods

vt(label, options = {}) click to toggle source
# File lib/vulgata/vulgata_translate_includes.rb, line 2
def vt(label, options = {})
  I18n.backend.vulgata_translate(I18n.locale, label, options)
end