Displaying 1 result from an estimated 1 matches for "millionairequest".
2009 Oct 27
5
Unwanted call to validates_associated
...and hacky and
remove it from the error messages before showing them on the page but
i''d rather understand what''s going on.
Anyone got any ideas? max
In case it''s relevant here''s my classes for questions and answers.
require ''fastercsv''
class MillionaireQuestion < ActiveRecord::Base
ALLOWED_KINDS = %w(text graphic video audio multiple_graphic
multiple_audio)
has_many :question_assets, :class_name => "MillionaireQuestionAsset",
:order => "position", :dependent => :destroy
has_many :assets, :through => :question_a...