We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec5cde commit ee65e97Copy full SHA for ee65e97
activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb
@@ -76,7 +76,7 @@ def initialize_type_map(m)
76
def initialize(config, *)
77
config = config.dup
78
79
- # Trilogy ignore `socket` if `host is set. We want the opposite to allow
+ # Trilogy ignores `socket` if `host is set. We want the opposite to allow
80
# configuring UNIX domain sockets via `DATABASE_URL`.
81
config.delete(:host) if config[:socket]
82
0 commit comments