module Mobility::Backends::Json

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 www.postgresql.org/docs/current/static/datatype-json.html PostgreSQL Documentation for JSON Types