Add devise link

This commit is contained in:
Jason Lee 2016-05-25 11:47:48 +08:00
parent 4f08122960
commit 51ac983dc3
1 changed files with 2 additions and 3 deletions

View File

@ -107,6 +107,8 @@ View `app/views/account/new.html.erb`
</form> </form>
``` ```
And if you are use Devise, you can read this to add validation: [RuCaptcha with Devise](https://github.com/huacnlee/rucaptcha/wiki/Working-with-Devise).
### Write your test skip captcha validation ### Write your test skip captcha validation
```rb ```rb
@ -118,6 +120,3 @@ describe 'sign up and login', type: :feature do
it { ... } it { ... }
end end
``` ```