Displaying 1 result from an estimated 1 matches for "production_personnel".
2006 May 18
1
repeating has_many calls on the same model
...39;credit_types.position, credits.position ASC'',
:group => ''credit_types.personnel_type'',
:conditions => ''credit_types.personnel_type="live_action_personnel"''
has_many :production_personnel,
:class_name => "Credit",
:include => :credit_type,
:order => ''credit_types.position, credits.position ASC'',
:group => ''credit_types.personnel_typ...