Class: Decidim::Votings::Admin::BallotStyleForm

Inherits:
Form
  • Object
show all
Defined in:
app/forms/decidim/votings/admin/ballot_style_form.rb

Overview

A form to create/edit a ballot style

Instance Method Summary collapse

Instance Method Details

#codeObject



13
14
15
# File 'app/forms/decidim/votings/admin/ballot_style_form.rb', line 13

def code
  super&.upcase
end