SmugMug in README. Camelize special in core.

This commit is contained in:
Paul Chilton 2010-10-28 21:51:00 +13:00
parent fc735077d2
commit 33d07b16bc
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,7 @@ OmniAuth currently supports the following external providers:
* TripIt (credit: [flextrip](http://github.com/flextrip))
* Meetup (credit [coderoshi](http://github.com/coderoshi))
* SoundCloud (credit: [leemartin](http://github.com/leemartin))
* SmugMug (credit: [pchilton](http://github.com/pchilton))
* OpenID
* Google Apps (via OpenID)
* CAS (Central Authentication Service) (credit: [jamesarosen](http://github.com/jamesarosen))

View File

@ -60,7 +60,8 @@ module OmniAuth
'open_id' => 'OpenID',
'github' => 'GitHub',
'tripit' => 'TripIt',
'soundcloud' => 'SoundCloud'
'soundcloud' => 'SoundCloud',
'smugmug' => 'SmugMug'
}
module_function