Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created December 26, 2011 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/1521251 to your computer and use it in GitHub Desktop.
Save tubbo/1521251 to your computer and use it in GitHub Desktop.
if @user
[200, {'Content-Type' => 'application/rss+xml'}, erb(:podcast, :locals => {:user => @user})]
else
[404, {'Content-Type' => 'text/plain'}, "Soundcloud user \"#{handle}\" not found."]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment