From 136724e4dc674177fd2fc6041e821b16fa85c717 Mon Sep 17 00:00:00 2001 From: Lee Martin Date: Wed, 20 Oct 2010 17:17:58 -0700 Subject: [PATCH] added small camel fix --- oa-core/lib/omniauth/core.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/oa-core/lib/omniauth/core.rb b/oa-core/lib/omniauth/core.rb index 33e2bd5..8df35f1 100644 --- a/oa-core/lib/omniauth/core.rb +++ b/oa-core/lib/omniauth/core.rb @@ -60,6 +60,7 @@ module OmniAuth 'open_id' => 'OpenID', 'github' => 'GitHub', 'tripit' => 'TripIt' + 'soundcloud' => 'SoundCloud' } module_function