lib/fog/joyent/models/compute/networks.rb in fog-1.22.0 vs lib/fog/joyent/models/compute/networks.rb in fog-1.22.1
- old
+ new
@@ -1,10 +1,9 @@
require 'fog/joyent/models/compute/network'
module Fog
module Compute
class Joyent
class Networks < Fog::Collection
-
model Fog::Compute::Joyent::Network
def all
load(service.list_networks.body)
end