Sha256: ca7dc54c5d2e368d517df63c4b91244d335caa72ca7e78d0b01305b21db1c5ad

Contents?: true

Size: 497 Bytes

Versions: 21

Compression:

Stored size: 497 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
      extend Backend::OrmDelegator
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
mobility-0.6.0 lib/mobility/backends/json.rb