Guest User

Untitled

a guest
Jun 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. protected
  2. def map_contact_to_member(id)
  3. @mem_id = Member.find.last
  4. put @mem_id.id
  5. update_attribute 'member_id', @mem_id.id
  6. end
Add Comment
Please, Sign In to add comment