Sha256: fb200db4d0126ff465436b812b2701634e0e83b3344da43bbabae900ef266c4e
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
class FastGettext::TranslationRepository::DB::TranslationText < ActiveRecord::Base belongs_to :key, :class_name=>'TranslationKey' validates_presence_of :locale, :text validates_uniqueness_of :locale, :scope=>:translation_key_id end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grosser-fast_gettext-0.4.3 | lib/fast_gettext/translation_repository/db/translation_text.rb |