-
Ryuta Kamizono authored
#41166 made `attribute` require a connection due to calling `ActiveRecord::Type.adapter_name_from` immediately. This fixes `adapter_name_from` to get the adapter name from the connection db config to not retrieve a connection.
Ryuta Kamizono authored#41166 made `attribute` require a connection due to calling `ActiveRecord::Type.adapter_name_from` immediately. This fixes `adapter_name_from` to get the adapter name from the connection db config to not retrieve a connection.
Loading