matthutchinson / acts_as_textcaptcha

Text-based logic question captcha's for Rails 🚫🤖

Home Page:https://acts-as-textcaptcha.hiddenloop.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `config.cache_store = :memory_store` to documentation

opened this issue · comments

Add the need to set config.cache_store = :null_store to config.cache_store = :memory_store in config/environments/development.rb, won't work otherwise. Thanks!

Thanks for reminding me 👍

Closing with this commit.