2013-04-19 19:14:51 +02:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2015-08-30 21:31:09 -07:00
|
|
|
if Rails.env == 'production' || Rails.env == 'preview'
|
2015-09-14 21:16:22 -07:00
|
|
|
BikeBike::Application.config.session_store :active_record_store, :domain => :all
|
2015-08-30 21:31:09 -07:00
|
|
|
else
|
|
|
|
BikeBike::Application.config.session_store :active_record_store
|
|
|
|
end
|