Problems with form_for, STI, and polymorphic routing

I'm stumped on how to get past this. It's Rails 2.0.2.

I have a class, Show. Using STI, I'm using that as a base class, and have DayShow and NightShow that inherit from it.