Skip to content

Commit

Permalink
SmugMug in README. Camelize special in core.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchilton committed Oct 28, 2010
1 parent fc73507 commit 33d07b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -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))
Expand Down
3 changes: 2 additions & 1 deletion oa-core/lib/omniauth/core.rb
Expand Up @@ -60,7 +60,8 @@ module Utils
'open_id' => 'OpenID',
'github' => 'GitHub',
'tripit' => 'TripIt',
'soundcloud' => 'SoundCloud'
'soundcloud' => 'SoundCloud',
'smugmug' => 'SmugMug'
}

module_function
Expand Down

0 comments on commit 33d07b1

Please sign in to comment.