1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Removed notice about using Devise from the git repo, for OAuth support.

This commit is contained in:
Casper Klenz-Kitenge 2011-04-11 16:17:17 +08:00 committed by José Valim
parent 140acfe4cc
commit 23f8dbed80

View file

@ -317,7 +317,7 @@ Do not use such helpers for integration tests such as Cucumber or Webrat. Instea
=== OAuth2
Devise comes with OAuth support out of the box if you're using Devise from the git repository (for now). You can read more about OAuth2 support in the wiki:
Devise comes with OAuth support out of the box. You can read more about OAuth2 support in the wiki:
* http://github.com/plataformatec/devise/wiki/OAuth2:-Overview
* http://github.com/plataformatec/devise/wiki/OAuth2:-Testing