FEATURE: theme selection is now global per-user

This commit is contained in:
Sam
2017-05-12 12:41:26 -04:00
parent b301b69d00
commit 2d96a0785d
11 changed files with 53 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
class AddThemeKeyToUserOptions < ActiveRecord::Migration
def change
add_column :user_options, :theme_key, :string
end
end