mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
don't merge! in collection#new, avoids mucking with mocked data
This commit is contained in:
parent
2bace47291
commit
877843bd9e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ module Fog
|
||||||
|
|
||||||
def new(attributes = {})
|
def new(attributes = {})
|
||||||
model.new(
|
model.new(
|
||||||
attributes.merge!(
|
attributes.merge(
|
||||||
:collection => self,
|
:collection => self,
|
||||||
:connection => connection
|
:connection => connection
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue