Remove legislation processes next filter

This commit is contained in:
decabeza
2019-02-06 16:53:30 +01:00
parent fd2c51cb4b
commit 060a4c684f
10 changed files with 5 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
class Legislation::ProcessesController < Legislation::BaseController
has_filters %w[open next past], only: :index
has_filters %w[open past], only: :index
has_filters %w[random winners], only: :proposals
load_and_authorize_resource