Guest User

Untitled

a guest
Dec 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def destroy
  2. binding.pry
  3. user_playlist = current_user.playlists
  4. @playlist_song = user_playlist.playlist_songs.find(params[:id])
  5. @playlist_song.destroy
  6. end
Add Comment
Please, Sign In to add comment