Rails Copy active storage attachment image to another attachement model using update

Viewed 15
c= CandidateRequest.find_by_id(user_id)

user.update(role:2,partyname:name, partyimage:image)

As image is a attachable not copy in party image attachable of other model

0 Answers
Related