Sha256: 72543cb892eea3c208af2a59d2a0a84faecd2ff500aaa5c8e4da80ade7920309
Contents?: true
Size: 467 Bytes
Versions: 31
Compression:
Stored size: 467 Bytes
Contents
module Mobility module Backends =begin Stores translations as hash on Postgres jsonb column. ==Backend Options ===+column_prefix+ and +column_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 end end end
Version data entries
31 entries across 31 versions & 1 rubygems