About your application's environment
Ruby version 1.8.6 (i686-darwin9.5.0)
RubyGems version 1.3.1
Rails version 2.2.2
Active Record version 2.2.2
Action Pack version 2.2.2
Active Resource version 2.2.2
Action Mailer version 2.2.2
Active Support version 2.2.2
Application root /Users/dc72/Sites/aa-notary/rapps/aanotarysys
Environment development
Database adapter sqlite3
Database schema version 20090108132513
Your link_to has a cancel_appointment_path but your routes are all
cancel_closing variants. Do you have any routes in place for the
appointments_controller?
That was my mistake. Appointment object was recently split into two
objects...and the closing is the one we need to have cancelable now. I
copied my link to from an old view that's not actually being used (my
mistake...sorry for the confusion).
So..the link I'm actually trying to get working is:
<%= link_to 'Cancel', cancel_closing_path(closing), :confirm => 'Are you
sure?' %>