Class: Decidim::Consultations::Admin::ResponseForm
- Inherits:
-
Form
- Object
- Form
- Decidim::Consultations::Admin::ResponseForm
- Includes:
- TranslatableAttributes
- Defined in:
- app/forms/decidim/consultations/admin/response_form.rb
Overview
A form object used to create responses for a question from the admin dashboard.
Instance Method Summary collapse
Instance Method Details
#response_group ⇒ Object
17 18 19 |
# File 'app/forms/decidim/consultations/admin/response_form.rb', line 17 def response_group ResponseGroup.find_by(id: decidim_consultations_response_group_id) if decidim_consultations_response_group_id end |