remove condition on current poll officer helper

This commit is contained in:
decabeza
2017-09-01 20:52:43 +02:00
parent dd6ad5294c
commit d676018a23

View File

@@ -53,7 +53,7 @@ module UsersHelper
end
def current_poll_officer?
current_user && current_user.poll_officer? && Poll.current.any?
current_user && current_user.poll_officer?
end
def show_admin_menu?