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

fix _dump for collections/models

closes #171
This commit is contained in:
geemus 2011-02-15 11:26:04 -08:00
parent 4c8979e9ab
commit d555ec47cd

View file

@ -113,7 +113,7 @@ module Fog
module InstanceMethods
def _dump
def _dump(level)
Marshal.dump(attributes)
end