Displaying 1 result from an estimated 1 matches for "calert2".
Did you mean:
alert2
2008 Dec 05
3
"singleton can't be dumped," but not using singleton
...he parameters for both invocations of select_person_by_name are as I
expect from what I did in the view.
select_person_by_name appears in my source twice: Once to def it, and
once as the :action in the form that invokes it.
Could someone please give me a further lead?
-- F
===
fritzanderson:calert2 fritza$ ruby -v
ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0]
fritzanderson:calert2 fritza$ rails --version
Rails 1.2.6
===
Here is the code, boiled down. Values, classes, etc., are verified by
logger calls (omitted):
===
class AdminController < ApplicationController
def sele...