Displaying 1 result from an estimated 1 matches for "millionaireanswer".
2009 Oct 27
5
Unwanted call to validates_associated
...i specify. Ie,
whatever is doing this seems to be doing it as the first step of the
validation sequence. If i take out all of my validations then it still
occurs. After doing that, the only reference to answers in the whole
class is the association:
has_many :answers, :class_name => "MillionaireAnswer", :order =>
"position", :dependent => :destroy
The answers don''t add any errors to their parent question when they are
validated, and there''s nothing going on in the controller to shove
anything else in there. I could do something horrible and hacky and
remo...