NoMethodError at /delete/1 private method `delete'...

J

Joe dude

Hello,

I'm trying to work through the 'Meet Sinatra' PeepCode screencast and
I'm stuck trying to delete an entry.

I'm receiving this error while attempting to delete a file and database
entry:

NoMethodError at /delete/1
private method `delete' called for #<Ad:0x102949028>

* file: adserver.rb
* location: GET /delete/:id
* line: 72

Here's the entire adserver.rb file:
http://pastie.org/719776

Here's the handler that's causing problems:
http://pastie.org/719777

The error is being caused by: "ad.delete"

When the URL that is supposed to remove the file and delete the db entry
is visited (mysite.com/delete/1), the file is removed and then I receive
the error that I posted above.

Any feedback is appreciated.

Thank you
 
R

Ryan Davis

Hello,
=20
I'm trying to work through the 'Meet Sinatra' PeepCode screencast and
I'm stuck trying to delete an entry.
=20
I'm receiving this error while attempting to delete a file and = database
entry:
=20
NoMethodError at /delete/1
private method `delete' called for #<Ad:0x102949028>
=20
* file: adserver.rb
* location: GET /delete/:id
* line: 72
=20
Here's the entire adserver.rb file:
http://pastie.org/719776
=20
Here's the handler that's causing problems:
http://pastie.org/719777

First off, you should probably ask this question either on the sinatra =
mailing list or the datamapper mailing list for a better and more =
accurate response.

Second, without a full backtrace we can only speculate.

If the method is private, make it public... but it is probably private =
for a reason. Looking at the API, you might want to call destroy =
instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top