Object
Instantiate a new NullDB connection. Used by ActiveRecord internally.
# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 36 def self.nulldb_connection(config) ActiveRecord::ConnectionAdapters::NullDBAdapter.new(config) end