diff --git a/config/environments/development.rb b/config/environments/development.rb index 04a5849..cf8ebca 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -24,7 +24,7 @@ Rails.application.configure do else config.action_controller.perform_caching = false - config.cache_store = :null_store + config.cache_store = :memory_store end # Don't care if the mailer can't send.