Interface fixes icons,colors

This commit is contained in:
2014-07-09 22:44:42 +05:30
parent 9bd786d053
commit 4bc7c4b001
27 changed files with 179 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
class AddIcon < ActiveRecord::Migration
def change
add_column :themengruppen, :icon, :string
add_column :rubriken, :icon, :string
add_column :themen, :icon, :string
end
end

View File

@@ -0,0 +1,6 @@
class AddColor < ActiveRecord::Migration
def change
add_column :rubriken, :color, :integer
end
end