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