Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Dec 8, 2010
1 parent da1b1e4 commit 8a26111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/fb_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def fb_connection(config) # :nodoc:
begin
connection = db.connect
rescue
require 'pp'; pp config
require_library_or_gem 'pp'; pp config
connection = config[:create] ? db.create.connect : (raise ConnectionNotEstablished, "No Firebird connections established.")
end
ConnectionAdapters::FbAdapter.new(connection, logger, config)
Expand Down

0 comments on commit 8a26111

Please sign in to comment.