>From Rake, I believe all I need to do is this: update_tsos_offense.table_update(TsosOffense, stats)
Which will continue with the open object, call the table_update method in TsosOffense model, and pass stats which holds the array. Then, in the TsosOffense model tabel_update method, I can iterate over the stats array passed... Still some work to do but I believe it should be as simple as this.. Correct me if I'm wrong. Thanks, -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---