design tab improved. Themes added
This commit is contained in:
parent
ed75afbb10
commit
00028702fc
10 changed files with 64 additions and 21 deletions
6
db/migrate/20120301185805_add_theme_to_user.rb
Normal file
6
db/migrate/20120301185805_add_theme_to_user.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddThemeToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :theme_id, :integer, :null => false, :default => 1
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue