Removed question description

This commit is contained in:
María Checa
2017-10-03 19:11:54 +02:00
parent 5bb831e959
commit 348e4e54f3
5 changed files with 7 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
class RemoveDescriptionFromPollQuestions < ActiveRecord::Migration
def change
remove_column :poll_questions, :description
end
end