Sha256: 984ddd8df002820d53c44ef3512c9ac9c0b7af210f93d5f284e57376edda79be
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
#************************************************************************************* # Methods that will be inserted in the ActionView. #************************************************************************************* module Traducto::Helpers def t(key, options={}) @traducto ||= Traducto::Base.new(self) return @traducto.translate(key, options) end ::ActionView::Base.send :include, self end
Version data entries
6 entries across 6 versions & 1 rubygems