1
0
Fork 0
forked from OpenNeo/impress
impress/config/initializers/session_store.rb
Matchu 72a08901c8 Upgrade to Ruby 2.2.4, Rails 4.0.13
NOTE: This doesn't boot yet! There's something changed in the `devise` API that we'll need to fix!

```
/vagrant/config/initializers/devise.rb:46:in `block in <top (required)>': undefined method `encryptor=' for Devise:Module (NoMethodError)
```

But yeah, we navigated the gem upgrades, and also I ran `rake rails:update` and hand-processed the suggestions it had for our config files.
2023-10-23 19:05:02 -07:00

3 lines
162 B
Ruby

# Be sure to restart your server when you modify this file.
OpenneoImpressItems::Application.config.session_store :cookie_store, key: '_openneo_impress_session'