Method: Survey::Survey#correct_options
- Defined in:
- app/models/survey/survey.rb
#correct_options ⇒ Object
returns all the correct options for current surveys
29 30 31 |
# File 'app/models/survey/survey.rb', line 29 def Survey::Question.where(:section_id => self.sections.collect(&:id)).map { |question| question. }.flatten end |