lib/cfoundry/v2/app.rb in cfoundry-0.3.51 vs lib/cfoundry/v2/app.rb in cfoundry-0.3.52

- old
+ new

@@ -109,10 +109,10 @@ unless route route = @client.route route.host = host route.domain = domain - route.organization = @client.current_organization + route.space = space route.create! end add_route(route) end