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



27
28
29
# File 'app/forms/decidim/votings/census/admin/datum_form.rb', line 27

def ballot_style_code
  super&.upcase
end