1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

update tenant.rb to pass the test, by passing correct parameter

This commit is contained in:
Coby Randquist 2012-12-10 18:13:20 -08:00
parent 7f69c47b94
commit b32de53e0e

View file

@ -22,7 +22,7 @@ module Fog
def users
requires :id
connection.users(:tenant => self)
connection.users(:tenant_id => self.id)
end
def destroy