Displaying 1 result from an estimated 1 matches for "veign".
Did you mean:
reign
2006 Jul 14
5
file_column and has_many
I''ve been fighting with myself over this for the past week, and would
like to hear some others'' thoughts on the subject. I essentially have
the following models in place:
class Item < ActiveRecord::Base
has_many :images
end
class Image < ActiveRecord::Base
belongs_to :item
file_column :filename
end
In my view, I have javascript that basically creates N