Merge branch 'master' of github.com:huacnlee/rucaptcha

This commit is contained in:
Jason Lee 2017-03-09 16:44:25 +08:00
commit 81e4e0bda6
1 changed files with 4 additions and 0 deletions

View File

@ -12,10 +12,14 @@
-----
- Mount Router by default, not need config now.
> IMPORTANT: Wen you upgrade this version, you need remove `mount RuCaptcha::Engine` line from your `config/routes.rb`
- Default use [:file_store, 'tmp/cache/rucaptcha/session'] as RuCaptcha.config.cache_store, now it can work without any configurations.
> NOTE: But you still need care about `config.cache_store` to setup on a right way.
2.0.3
-----