RailsCasts Pro episodes are now free!

Learn more or hide this

kwiksilvr's Profile

GitHub User: kwiksilvr

Comments by

Avatar

Is it possible to have a nested model solution, for example, where each painting requires that you upload three images instead of just one, and then stores them in an Images table with a painting_id column and gallery_id column, instead of just an images column in the Paintings table?
Im trying to do this and having trouble getting the logic down.