Sha256: 221f7dc5a605cc0af95bdad3a02384bc264fe5de06ec3ccdb8b5b629d39044ef
Contents?: true
Size: 428 Bytes
Versions: 5
Compression:
Stored size: 428 Bytes
Contents
module Ixtlan module Models class ConfigurationLocale include DataMapper::Resource def self.default_storage_name "ConfigurationLocale" end property :configuration_id, Integer, :key => true property :locale_code, String, :key => true belongs_to :configuration, :model => Models::CONFIGURATION belongs_to :locale, :model => Models::LOCALE end end end
Version data entries
5 entries across 5 versions & 1 rubygems