Getting 'undefined method `merge!' when merging SoundCloud exchange token
问题 I'm working on an app that interacts with SoundCloud and I'm having an issue when I try to save the exchange_token that I'm getting back from the server (among other things) and I really could use some assistance. According to the error I'm getting: undefined method `merge!' for nil:NilClass The problem apparently lies with line 10 in my sclouds_controller.rb file (included below): soundcloud_client.exchange_token(:code => params[:code]) Which is calling a method in the SoundCloud gem that I