Sha256: eff3a73f44538f789c95ce4b13fe55b1f35f15b39967aaeb315028b5ea11e93d
Contents?: true
Size: 488 Bytes
Versions: 21
Compression:
Stored size: 488 Bytes
Contents
module Mobility module Backends =begin Stores translations as hash on Postgres jsonb column. ==Backend Options ===+prefix+ and +suffix+ Prefix and suffix to add to attribute name to generate jsonb column name. @see Mobility::Backends::ActiveRecord::Jsonb @see Mobility::Backends::Sequel::Jsonb @see https://www.postgresql.org/docs/current/static/datatype-json.html PostgreSQL Documentation for JSON Types =end module Jsonb extend Backend::OrmDelegator end end end
Version data entries
21 entries across 21 versions & 1 rubygems