Beispiel überarbeitungen

This commit is contained in:
Thomas Blazek
2013-08-25 15:16:19 +02:00
parent 76e03212c8
commit 93667d4cea
11 changed files with 58 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
class AddDateToBeispiel < ActiveRecord::Migration
def change
add_column :beispiele, :datum, :date
end
end