Class: FormSection
- Defined in:
- app/models/form_section.rb
Constant Summary
Constants inherited from Question
Instance Method Summary collapse
Methods inherited from Question
#attributes_protected_by_default, #choice_names, #supports_choices, #supports_multiple_answers?, #supports_uploads?
Instance Method Details
#rhetorical? ⇒ Boolean
3 4 5 |
# File 'app/models/form_section.rb', line 3 def rhetorical? true end |