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