Added localization to workshops, made login persist through subdomains

This commit is contained in:
Godwin
2015-09-14 21:16:22 -07:00
parent a63b5e1dc2
commit 01d8679c9d
73 changed files with 1840 additions and 187 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Be sure to restart your server when you modify this file.
if Rails.env == 'production' || Rails.env == 'preview'
BikeBike::Application.config.session_store :active_record_store, :domain => 'bikebike.org'
BikeBike::Application.config.session_store :active_record_store, :domain => :all
else
BikeBike::Application.config.session_store :active_record_store
end