mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Oops. Added that initializer just so I could pry inside of it. Don't need it now!
This commit is contained in:
parent
72aae6d990
commit
9deffda1a1
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ module Fog
|
|||
attribute :databases
|
||||
attribute :host
|
||||
|
||||
def initialize(params = {})
|
||||
super
|
||||
end
|
||||
|
||||
def save
|
||||
requires :identity, :instance, :password
|
||||
service.create_user(instance.identity, identity, password, :databases => databases, :host => host)
|
||||
|
|
Loading…
Reference in a new issue