Merge branch 'master' of github.com:fetsite/fetsite

This commit is contained in:
Andreas Stephanides
2013-08-25 17:45:48 +02:00
12 changed files with 61 additions and 34 deletions

View File

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