Skip to content

Fix/session store

Hadrien Froger requested to merge fix/session-store into main

Session store is not linked to Rails.config, as Decidim has a core initializer that will overrides it.

So we use

config.after_initialize

to overrides this value.

Merge request reports