Sha256: b5ac4f5329622d6a0fc9e25b652e59bd261768c38c4a8e6a2d1bca0afc03b091
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
module Transmating class Translation include Mongoid::Document embedded_in :translatable, :polymorphic => true field :locale def initialize(options = {}) super end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transmating-0.1.0 | lib/transmating/translation.rb |