Rename admin/debates and admin/comments to hidden

This commit is contained in:
German Galia
2019-06-02 19:12:26 +02:00
parent b1f34c31ab
commit 85722eb7c4
20 changed files with 63 additions and 62 deletions

View File

@@ -45,5 +45,4 @@ class Officing::BaseController < ApplicationController
def current_booth
Poll::Booth.where(id: session[:booth_id]).first
end
end