Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def name
  2. user_profile.name if user_profile
  3. end
  4.  
  5. def name=(name)
  6. user_profile.name = name
  7. end
Add Comment
Please, Sign In to add comment