aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poll.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/poll.rb b/poll.rb
index a9cdbc4..d89a39f 100644
--- a/poll.rb
+++ b/poll.rb
@@ -263,6 +263,8 @@ FORM
match = /^Participant .*$/
when "columns"
match = /^Column .*$/
+ when "ac"
+ match = /^Access Control .*$/
else
raise "invalid value #{only}"
end