disphenoid / tapes.fm

Webapp tapes.fm
http://tapes.fm
0 stars 0 forks source link

DownloadStats undefined method `__bson_dump__' #70

Closed disphenoid closed 11 years ago

disphenoid commented 11 years ago

If I try to download any file I get this, any idea?

NoMethodError in WebappController#download

undefined method `bson_dump' for #User:0x007fc3b187b460

knarz commented 11 years ago

That's because I'm stupid. 86e2302 should fix it. I somehow thought current_user would just be the id and not the whole object.

disphenoid commented 11 years ago

Ah no, actually this was a good thing, because through that I found another download issue. fixt :)