studien visible

This commit is contained in:
Andreas Stephanides
2015-05-06 15:10:16 +02:00
parent 0656e849bd
commit 4b71964e26
4 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
class AddVisibleToStudien < ActiveRecord::Migration
def change
add_column :studien, :visible, :boolean
end
end