How to integrate SoundCloud in Ruby on Rails?

There's a typo in the soundcloud github page change the line:

client = SoundCloud.new(:client_id => 'my-client-id')

to

client = Soundcloud.new(:client_id => 'my-client-id')

[notice the lowercase c in Soundcloud]