Sha256: e518fb85f23aef688c96ddd3f24178e96b9167ca95d1d6da56dc9fd7d2842f37
Contents?: true
Size: 557 Bytes
Versions: 27
Compression:
Stored size: 557 Bytes
Contents
module Mobility module Backends =begin Stores translations for multiple attributes on a single shared Postgres jsonb column (called a "container"). ==Backend Options ===+column_name+ Name of the column for the translations container (where translations are stored). @see Mobility::Backends::ActiveRecord::Container @see Mobility::Backends::Sequel::Container @see https://www.postgresql.org/docs/current/static/datatype-json.html PostgreSQL Documentation for JSON Types =end module Container extend Backend::OrmDelegator end end end
Version data entries
27 entries across 27 versions & 1 rubygems