Class: Decidim::Forms::QuestionReadonlyCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Forms::QuestionReadonlyCell
- Defined in:
- decidim-forms/app/cells/decidim/forms/question_readonly_cell.rb
Overview
This cell renders a question (readonly) of a questionnaire
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 10 11 |
# File 'decidim-forms/app/cells/decidim/forms/question_readonly_cell.rb', line 7 def show return if model.separator? render :show end |