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:
parent
7f69c47b94
commit
b32de53e0e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Fog
|
|||
|
||||
def users
|
||||
requires :id
|
||||
connection.users(:tenant => self)
|
||||
connection.users(:tenant_id => self.id)
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
|
Loading…
Add table
Reference in a new issue