lib/yao/resources.rb in yao-0.0.3 vs lib/yao/resources.rb in yao-0.0.4
- old
+ new
@@ -12,9 +12,10 @@
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"
+ autoload :Host, "yao/resources/host"
end
def self.const_missing(name)
new_klass = Yao::Resources.const_get(name)