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

Merge branch 'josephholsten'

Conflicts:
	tests/compute/requests/bluebox/block_tests.rb
This commit is contained in:
geemus 2011-05-27 11:15:35 -07:00
commit 5cf271ff6c

View file

@ -94,6 +94,7 @@ module Fog
end
def new(attributes = {})
raise ArgumentError, "Initialization parameters must be an attributes hash, got #{attributes.inspect}" unless attributes.respond_to? :merge
model.new(
attributes.merge(
:collection => self,