# File lib/database_cleaner/sequel/base.rb, line 15 def db return @db if @db && @db != :default raise "As you have more than one active sequel database you have to specify the one to use manually!" if ::Sequel::DATABASES.count > 1 ::Sequel::DATABASES.first || :default end
Generated with the Darkfish Rdoc Generator 2.