# File lib/dm-rails/storage.rb, line 23
      def self.drop_environment(config)
        config.each { |repo_name, repo_config| new(repo_name, repo_config).drop }
      end