Sha256: 574f76c18875a3a3601b865b523e31a9661aaf492d9ae72fd576f0ffd88640e1
Contents?: true
Size: 393 Bytes
Versions: 10
Compression:
Stored size: 393 Bytes
Contents
require 'e9_polls' # the fallback HTML layout for polls views (typically JS renders) E9Polls.fallback_html_layout = 'application' # the name of the cookie which tracks client votes E9Polls.cookie_name = 'e9_polls' # the number of css classes for the "bars" in the results view that # represent the answer count, defaults to 5, cycling (.pab-1, .pab-2, etc.) E9Polls.bar_css_class_count = 5
Version data entries
10 entries across 10 versions & 1 rubygems