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

Version Path
traducto-1.0.5 lib/traducto/helpers.rb
traducto-1.0.4 lib/traducto/helpers.rb
traducto-1.0.3 lib/traducto/helpers.rb
traducto-1.0.2 lib/traducto/helpers.rb
traducto-1.0.1 lib/traducto/helpers.rb
traducto-1.0.0 lib/traducto/helpers.rb