Added conference edit page
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
BikeBike::Application.config.session_store :active_record_store, :domain => 'bikebike.org'
|
||||
if Rails.env == 'production' || Rails.env == 'preview'
|
||||
BikeBike::Application.config.session_store :active_record_store, :domain => 'bikebike.org'
|
||||
else
|
||||
BikeBike::Application.config.session_store :active_record_store
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user