lib/yao/resources.rb in yao-0.0.2.rc3 vs lib/yao/resources.rb in yao-0.0.2

- old
+ new

@@ -11,9 +11,10 @@ autoload :Keypair, "yao/resources/keypair" autoload :FloatingIP, "yao/resources/floating_ip" autoload :Network, "yao/resources/network" autoload :Subnet, "yao/resources/subnet" autoload :Port, "yao/resources/port" + autoload :Tenant, "yao/resources/tenant" end def self.const_missing(name) new_klass = Yao::Resources.const_get(name)