From 78ebbed44668e898343d8e0289fe4040954b747b Mon Sep 17 00:00:00 2001 From: Matthias Tarasiewicz Date: Wed, 17 Jan 2007 12:26:46 +0000 Subject: [PATCH] updating environment.rb to reflect sqlite3-ruby move --- config/environment.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 5650ebcc..8efd6ea1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -20,8 +20,7 @@ Rails::Initializer.run do |config| # (enables use of different database adapters for development and test environments) config.active_record.schema_format = :ruby - config.load_paths << "#{RAILS_ROOT}/vendor/sqlite3-ruby" - config.load_paths << "#{RAILS_ROOT}/vendor/dnsbl_check" + config.load_paths << "#{RAILS_ROOT}/vendor/plugins/sqlite3-ruby" end # Instiki-specific configuration below