method

new

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: TrilogyAdapter
new(...) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb, line 102
      def initialize(...)
        super

        # Trilogy ignore `socket` if `host is set. We want the opposite to allow
        # configuring UNIX domain sockets via `DATABASE_URL`.
        @config.delete(:host) if @config[:socket]
      end
Register or log in to add new notes.