Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def unsubscribe
  2. @user=User.find_by_hashed_email(params[:id])
  3. @lists=%w[optin_breaking optin_update optin_writers optin_general]
  4. @mylist=':' + @lists[params[:list].to_i]
  5. @user.update_attributes(@mylist=>0)
  6. end
Add Comment
Please, Sign In to add comment