Module: Decidim::Votings::Census::OnlineFields
- Extended by:
- ActiveSupport::Concern
- Included in:
- LoginForm
- Defined in:
- app/forms/decidim/votings/census/online_fields.rb
Overview
Definition of the fields required to be used on Datum forms for online voting
Instance Method Summary collapse
-
#hashed_online_data ⇒ Object
hash of hashed_check_data and access code used by a voter to identify before online voting.
Instance Method Details
#hashed_online_data ⇒ Object
hash of hashed_check_data and access code used by a voter to identify before online voting
22 23 24 |
# File 'app/forms/decidim/votings/census/online_fields.rb', line 22 def hashed_online_data hash_for hashed_check_data, access_code end |