Class: FormSection

Inherits:
Question
  • Object
show all
Defined in:
app/models/form_section.rb

Constant Summary

Constants inherited from Question

Question::TYPES

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

Returns:

  • (Boolean)


3
4
5
# File 'app/models/form_section.rb', line 3

def rhetorical?
  true
end