lib/hugo/aws/rds.rb in hugo-0.1.5 vs lib/hugo/aws/rds.rb in hugo-0.1.6

- old
+ new

@@ -89,9 +89,10 @@ nil end def self.find_or_create(options) rds = self.find(options[:server]) || self.new(options).create + rds.db = options[:name] rds.password = options[:password] rds end def authorize_security_group(db_sec, ec2_sec, owner_id)