search for: select_person_by_nam

Displaying 1 result from an estimated 1 matches for "select_person_by_nam".

Did you mean: select_person_by_name
2008 Dec 05
3
"singleton can't be dumped," but not using singleton
An action handler (select_person_by_name) in my controller class assigns into session, and then does a redirect_to. I get the error "TypeError (singleton can''t be dumped):" followed by a stack trace that doesn''t cross my code. Google tells me this is ordinarily caused by assigning a singleton instance into se...