Skip to content

Commit

Permalink
fix: session store from issue #57
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdeus committed Jan 18, 2024
1 parent 573eb9f commit 6d88ce5
Show file tree
Hide file tree
Showing 3 changed files with 1,788 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ gem 'omniauth_openid_connect'

gem "wicked_pdf", "~> 2.1"

gem 'activerecord-session_store'

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "brakeman"
gem "decidim-dev", ENV.fetch("DECIDIM_VERSION", "0.27.3")
gem "decidim-dev", ENV.fetch("DECIDIM_VERSION", "0.27.5")
end

group :development do
Expand Down
1 change: 1 addition & 0 deletions config/initializers/session_store.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rails.application.config.session_store :active_record_store, :key => '_decidim_session'
Loading

0 comments on commit 6d88ce5

Please sign in to comment.