Class: Decidim::Votings::Census::Admin::DatumForm

Inherits:
Form
  • Object
show all
Includes:
CheckFields
Defined in:
app/forms/decidim/votings/census/admin/datum_form.rb

Overview

A form object used to create a datum record (participant) for a voting census

Instance Method Summary collapse

Methods included from CheckFields

#hashed_check_data

Instance Method Details

#ballot_style_codeObject



23
24
25
# File 'app/forms/decidim/votings/census/admin/datum_form.rb', line 23

def ballot_style_code
  @ballot_style_code&.upcase
end