Class: Product::Survey::Task
- Inherits:
-
Task
- Object
- Task
- Product::Survey::Task
- Includes:
- Mongoid::Orderable
- Defined in:
- app/models/product/survey/task.rb
Instance Method Summary collapse
Instance Method Details
#with_options? ⇒ Boolean
18 19 20 |
# File 'app/models/product/survey/task.rb', line 18 def ['Multiple choice', 'Checkboxes', 'Drop-down list'].include? answer_type end |