Sha256: b558aff9ae6ff703b31716afd2c8638869d654712ffd7e6b102d0ee12ffa953a
Contents?: true
Size: 400 Bytes
Versions: 19
Compression:
Stored size: 400 Bytes
Contents
module Mobility module Backend =begin Stores translations as hash on Postgres hstore column. ==Backend Options This backend has no options. @see Mobility::Backend::ActiveRecord::Hstore @see Mobility::Backend::Sequel::Hstore @see https://www.postgresql.org/docs/current/static/hstore.html PostgreSQL Documentation for hstore =end module Hstore include OrmDelegator end end end
Version data entries
19 entries across 19 versions & 1 rubygems