Remove deprecated attibutes from Legislation::Question::Option

Some fields from Legislation::Question::Option are translatable and we
no longer need them. This commit will remove the annoying deprecation
warning thrown by Globalize gem after gem version update.
This commit is contained in:
Senén Rodero Rodríguez
2019-02-21 18:16:49 +01:00
committed by voodoorai2000
parent 8b33a48e0e
commit 9f1ca4941f
2 changed files with 5 additions and 1 deletions

View File

@@ -876,7 +876,6 @@ ActiveRecord::Schema.define(version: 20190607160900) do
create_table "legislation_question_options", force: :cascade do |t|
t.integer "legislation_question_id"
t.string "value"
t.integer "answers_count", default: 0
t.datetime "hidden_at"
t.datetime "created_at", null: false