4 lines
202 B
Ruby
4 lines
202 B
Ruby
# Configure session store for admin interface
|
|
# Even though this is an API-only app, the admin interface needs sessions
|
|
Rails.application.config.session_store :cookie_store, key: '_my_smsa_pio_session'
|