Advanced search added to debates

This commit is contained in:
Ana
2016-01-02 00:02:19 +01:00
committed by rgarcia
parent a7b70f50e2
commit 48d6a76491
6 changed files with 83 additions and 61 deletions

View File

@@ -3,6 +3,7 @@ class DebatesController < ApplicationController
include FlagActions
before_action :parse_search_terms, only: :index
before_action :parse_advanced_search_terms, only: :index
before_action :parse_tag_filter, only: :index
before_action :set_search_order, only: :index
before_action :authenticate_user!, except: [:index, :show]