1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove explicit session use, add monkeypatch for Rails bug, #2460

This commit is contained in:
Mike Perham 2015-07-29 09:55:35 -07:00
parent e7f7ea3108
commit 9591d8cbaf
3 changed files with 17 additions and 2 deletions

View file

@ -55,5 +55,6 @@ module Myapp
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
config.secret_key_base = "sidekiq"
end
end