Skip to content

Commit

Permalink
Delegate all API methods to the proper version driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 8, 2012
1 parent 767ee25 commit 5157ccc
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 338 deletions.
1 change: 1 addition & 0 deletions lib/vagrant/driver.rb
@@ -1,5 +1,6 @@
module Vagrant
module Driver
autoload :VirtualBox, 'vagrant/driver/virtualbox'
autoload :VirtualBox_4_1, 'vagrant/driver/virtualbox_4_1'
end
end

0 comments on commit 5157ccc

Please sign in to comment.