Module: Decidim::Votings::Census::OnlineFields

Extended by:
ActiveSupport::Concern
Included in:
LoginForm
Defined in:
decidim-elections/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

Instance Method Details

#hashed_online_dataObject

hash of hashed_check_data and access code used by a voter to identify before online voting



22
23
24
# File 'decidim-elections/app/forms/decidim/votings/census/online_fields.rb', line 22

def hashed_online_data
  hash_for hashed_check_data, access_code
end