Added conference edit page

This commit is contained in:
Godwin
2015-08-30 21:31:09 -07:00
parent 9b02e0540c
commit db4af3ff77
13 changed files with 699 additions and 128 deletions
+5 -1
View File
@@ -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