Class: Product::Survey::Task

Inherits:
Task
  • Object
show all
Includes:
Mongoid::Orderable
Defined in:
app/models/product/survey/task.rb

Instance Method Summary collapse

Instance Method Details

#with_options?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'app/models/product/survey/task.rb', line 18

def with_options?
  ['Multiple choice', 'Checkboxes', 'Drop-down list'].include? answer_type
end