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
2010-05-18 13:09:25
Thanks for information. But should it be just Model.destroy(doc_id)??? the destroy_ipaper_document method seems to be privated.
siulamvictor
2010-05-18 13:46:56