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
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