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
@@ -0,0 +1,5 @@
class AddLocaleToWorkshops < ActiveRecord::Migration
def change
add_column :workshops, :locale, :string
end
end
+2 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150912010105) do
ActiveRecord::Schema.define(version: 20150914230507) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -386,6 +386,7 @@ ActiveRecord::Schema.define(version: 20150912010105) do
t.string "theme"
t.text "host_info"
t.text "notes"
t.string "locale"
end
end