views:

146

answers:

1

Can I delete a document that uploaded to scribd.com using Rails scribd-fu??

A: 

Yap, you can.

your_model.destroy_ipaper_document

Taken from:

http://github.com/mdarby/scribd_fu/blob/master/lib/scribd_fu.rb

Vlad Zloteanu
Thanks for information. But should it be just Model.destroy(doc_id)??? the destroy_ipaper_document method seems to be privated.
siulamvictor