Sha256: 06fa1d97bef93ba42f3121605c78ffe845d0e6799bd87a09a988b414dd9a3c16
Contents?: true
Size: 411 Bytes
Versions: 17
Compression:
Stored size: 411 Bytes
Contents
module Mobility module Backends =begin Stores translations as hash on Postgres hstore column. ==Backend Options This backend has no options. @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 extend Backend::OrmDelegator end end end
Version data entries
17 entries across 17 versions & 1 rubygems