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