Skip to content

Commit

Permalink
Try to fix error with uninitialized constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jjromeo committed Jun 5, 2023
1 parent 2dbab06 commit b5dc05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/dummy/config/initializers/session_store.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Be sure to restart your server when you modify this file.
require 'action_dispatch/middleware/session/mongoid_store'

Rails.application.config.session_store :mongoid_store, key: '_registrations_session'

0 comments on commit b5dc05b

Please sign in to comment.