Hi Ian
I'm pretty sure I figured out what it was. There was a call to
resources_controller :assessment_reports
The model AssessmentReport had been removed completely long ago, and
apparently the controller was just missed.
Dependency loading must have changed enough from Rails 2.1 to 2.3.2
that this raises in 2.3 but silently is fine in 2.1.
thanks,
Rob