From: "Ball, Donald A Jr (Library)" Date: 2007-06-28T05:32:16+09:00 Subject: Re: ActiveRecord (not necessarily rails) > no, i am sorry, i was not clear enough. > is there a way, programatically, that i change the behavior > of a model while still using the model. > is there a way to make it change behavior from has_many > :records to has_many :hats on the fly. You could probably do that using class_eval, but it wouldn't last past the end of the session. - donald