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

Fixed path for folder attribute model

This commit is contained in:
Nick Huanca 2012-12-01 06:46:34 -07:00
parent 44ddaae200
commit f16992ee68

View file

@ -51,7 +51,7 @@ module Fog
:parent => folder.parent.name,
:datacenter => datacenter_name,
:type => folder_type(folder),
:path => folder.path.map(&:last).join('/'),
:path => "/"+folder.path.map(&:last).join('/'),
}
end