Skip to content

Commit

Permalink
Remove faulty documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed May 25, 2024
1 parent bc2c527 commit feeef19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/fx/adapters/postgres/connection.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
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
Expand Down

0 comments on commit feeef19

Please sign in to comment.