* Inflections für Thema/Themen etc.
  * Korrigierte Views
This commit is contained in:
HausdorffHimself
2013-08-06 02:06:48 +02:00
parent b560940a70
commit 3be95d2ede
16 changed files with 167 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
class AddIdToThemen < ActiveRecord::Migration
def change
add_column :themen, :themengruppe_id, :integer
add_column :attachments, :thema_id, :integer
add_column :fragen, :thema_id, :integer
end
end