redirect after sign in

This commit is contained in:
Andreas Stephanides
2014-11-08 10:30:01 +01:00
parent 5b52a13a4c
commit 8aa52bc83c
2 changed files with 11 additions and 2 deletions

View File

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