Remove question and external_url fields from legislation proposals

This commit is contained in:
decabeza
2019-03-14 14:06:58 +01:00
parent 0995480b73
commit 5bdac5c4f5
6 changed files with 7 additions and 16 deletions

View File

@@ -60,7 +60,6 @@ class Legislation::Proposal < ApplicationRecord
def searchable_values
{ title => "A",
question => "B",
author.username => "B",
tag_list.join(" ") => "B",
geozone.try(:name) => "B",