ActionController::RoutingError Assistance

Hello everyone,

I can’t seem to figure out what I’m doing wrong on this test. I’m trying
to delete one of my models, criterion. All code can be found here,
please let me know if you need anything else! The rspec message is also
in there.

http://pastie.org/private/uaoexi6tmmsplsr3oj1a8w

Thank you!
Andrew D.

On Tue, Nov 30, 2010 at 3:27 PM, Andrew D. [email protected]
wrote:

Andrew
I am not completely sure, but this looks awfully like this:

Do you use rails3 and is criterion a route embedded into task, or any
other for that matter?

HTH
Robert

I’m on Rails 2.3.8.

A task order can have many criteria, and a criterion can have many
evaluations.

“/task_orders/24/criteria/13/evaluations/”

Thanks!
Andy