Class: Decidim::Forms::QuestionReadonlyCell

Inherits:
ViewModel
  • Object
show all
Defined in:
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

#showObject



7
8
9
10
11
# File 'app/cells/decidim/forms/question_readonly_cell.rb', line 7

def show
  return if model.separator?

  render :show
end