Displaying 1 result from an estimated 1 matches for "popp_images".
Did you mean:
popp_image
2006 Mar 27
0
update subset of my data
Please can someone put me out of my misery...
I am missing the point here:
I have a table of albums called: dealers
I have a table of images: popp_images
each dealer has 6 popp_images linked by foriegn key: albumid
Each dealer can login using user_engine engine
I restrict viewing for each dealer to their own images by assigning each
dealer their own albumid.
I list their images with:
in my controller:
def list
@dealers = Dealer.find_all...