Sha256: c36efd6313ba5cde895e5c7534953620ab476f86e14dc9654b8769503c815162
Contents?: true
Size: 418 Bytes
Versions: 15
Compression:
Stored size: 418 Bytes
Contents
module Mobility module Backends =begin Stores translations as hash on Postgres jsonb column. ==Backend Options This backend has no options. @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
15 entries across 15 versions & 1 rubygems