Class: Decidim::Votings::Census::Admin::DatumForm
- Inherits:
-
Form
- Object
- Form
- Decidim::Votings::Census::Admin::DatumForm
- 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
Instance Method Details
#ballot_style_code ⇒ Object
27 28 29 |
# File 'app/forms/decidim/votings/census/admin/datum_form.rb', line 27 def ballot_style_code super&.upcase end |