Class: Survey::Question
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Survey::Question
- Defined in:
- app/models/survey/question.rb
Instance Method Summary collapse
Instance Method Details
#correct_options ⇒ Object
17 18 19 |
# File 'app/models/survey/question.rb', line 17 def return .correct end |
#incorrect_options ⇒ Object
21 22 23 |
# File 'app/models/survey/question.rb', line 21 def return .incorrect end |