1
0
Fork 0
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:
Evan Light 2014-08-13 22:42:49 -06:00
parent 72aae6d990
commit 9deffda1a1

View file

@ -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)