meeting style

This commit is contained in:
Andreas Stephanides
2015-03-15 13:09:05 +01:00
parent 3cc9de7d29
commit 34c0374877
11 changed files with 55 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
class AddPictureToMeetingtyps < ActiveRecord::Migration
def change
add_column :meetingtyps, :picture, :string
end
end