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