From 51ac983dc33625478292a6006da5d6af3eb35e41 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 25 May 2016 11:47:48 +0800 Subject: [PATCH] Add devise link --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c63aa6..03b5058 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ View `app/views/account/new.html.erb` ``` +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 ```rb @@ -118,6 +120,3 @@ describe 'sign up and login', type: :feature do it { ... } end ``` - - -