simple question attachments

This commit is contained in:
Mark Moser
2016-08-03 08:55:30 -05:00
parent a3eab2b27a
commit f4abe5e281
7 changed files with 28 additions and 5 deletions

View File

@ -0,0 +1,5 @@
class AddAttachmentsToQuestions < ActiveRecord::Migration[5.0]
def change
add_column :questions, :attachment, :string
end
end