# File lib/foreigner/adapter.rb, line 11 def load! if registered.key?(configured_name) require registered[configured_name] else p "Database adapter #{configured_name} not supported. Use:\n" + "Foreigner::Adapter.register '#{configured_name}', 'path/to/adapter'" end end