design tab improved. Themes added

This commit is contained in:
Dmitriy Zaporozhets 2012-03-01 21:23:50 +02:00
parent ed75afbb10
commit 00028702fc
10 changed files with 64 additions and 21 deletions

View file

@ -0,0 +1,6 @@
class AddThemeToUser < ActiveRecord::Migration
def change
add_column :users, :theme_id, :integer, :null => false, :default => 1
end
end