search for: create_course_perform

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

2007 Dec 04
0
a new model object associated with two parents
...ave the new course_performances at all or will they get saved as I associate them to parent classes? Will the "transaction" work the way I have it or should I chose the name of the whole database to apply the transaction to? (I wasn''t clear on what the book meant me to use) def create_course_performances @pupils_to_add = Pupil.find(:all, :conditions => [“some_condition = "something" ] ) @course_offering = Course_offering.find_by_id(params[:course_offering_id] @pupils_to_add.each do |current_pupil| holder = Course_performance.new(:name => current_pupil.fu...