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

[stormondemand|account] Add Account service to the service lsit

This commit is contained in:
Eric Wong 2013-05-25 15:26:51 +08:00
parent ed231cee87
commit 8c0f8a44b6

View file

@ -11,6 +11,7 @@ module Fog
service(:billing, 'storm_on_demand/billing', 'Billing')
service(:monitoring, 'storm_on_demand/monitoring', 'Monitoring')
service(:support, 'storm_on_demand/support', 'Support')
service(:account, 'storm_on_demand/account', 'Account')
end
end