search for: questionnaire_sections

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

2006 Sep 05
2
Eager loading and :order produces ambiguous column error
I''m sure I saw a post about this topic a while ago, but I haven''t been able to find it again. I have this association: has_many :sections, :class_name => "QuestionnaireSection", :order => "position", :dependent => :destroy, :include => :questions but since the Question object has a position column, the query comes back with Mysql::Error: