mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
4 lines
No EOL
237 B
Ruby
4 lines
No EOL
237 B
Ruby
Ensl::Application.config.session_store :active_record_store,
|
|
:key => '_ENSL_session_key',
|
|
:expire_after => 30.days.to_i
|
|
|