Design tab for profile. Colorscheme as db value
This commit is contained in:
parent
2f7b671619
commit
9a2a861276
15 changed files with 100 additions and 66 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddColoschemeOptionToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :dark_scheme, :boolean, :default => false, :null => false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue