Sha256: 533b693f839bd6cf83c87f6b9acb69b0308f95cbee5e5ea3d7c1821c4a22c90e
Contents?: true
Size: 478 Bytes
Versions: 12
Compression:
Stored size: 478 Bytes
Contents
module Fx module Adapters class Postgres # Decorates an ActiveRecord connection with methods that help determine # the connections capabilities. # # Every attempt is made to use the versions of these methods defined by # Rails where they are available and public before falling back to our own # implementations for older Rails versions. # # @api private class Connection < SimpleDelegator end end end end
Version data entries
12 entries across 12 versions & 2 rubygems