Using RoR 2.3.8.
I let users to upload photos using paperclip, but there is no ownership in the photo. Which means, I don’t know who uploaded the photos at all.
Here, I would like to have a new column in Photos model, user_id and everytime a user uploads a picture, his ID will be automatically included in the column.
How do I do that? Thanks!
There are
twothree ways of doing this.Either add the new photo to the user’s photo collection:
Or like this:
Or assign the logged in (current) user to the new photo: