Design tab for profile. Colorscheme as db value

This commit is contained in:
Dmitriy Zaporozhets 2011-12-20 22:47:09 +02:00
parent 2f7b671619
commit 9a2a861276
15 changed files with 100 additions and 66 deletions

View file

@ -0,0 +1,5 @@
class AddColoschemeOptionToUser < ActiveRecord::Migration
def change
add_column :users, :dark_scheme, :boolean, :default => false, :null => false
end
end