Sha256: 760597c2a6eb6873d675b6794eb63d3ef4a1e9ef3a3ff2a02ff3621361f70ae0

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

# -*- encoding : utf-8 -*-

module Phrase::Extensions::Base
  extend ActiveSupport::Concern
  
  def translate(*args)
    Phrase.backend.translate(*args)
  end
  alias_method :t, :translate
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phrase-0.1.3 lib/phrase/extensions/base.rb