Displaying 1 result from an estimated 1 matches for "multiple_audio".
2009 Oct 27
5
Unwanted call to validates_associated
...erstand 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_assets, :order =>
"millionaire_question_assets.position"
has_many :answers, :class_name =&...