Sha256: 78ae97b020a170704068a2d8c90230361d256bf079c3c3b428aefb53742b346f
Contents?: true
Size: 259 Bytes
Versions: 39
Compression:
Stored size: 259 Bytes
Contents
module Locomotive module Steam class TranslationRepository include Models::Repository # Entity mapping mapping :translations, entity: Translation def by_key(key) first { where(key: key) } end end end end
Version data entries
39 entries across 39 versions & 1 rubygems