Module: Trivia::ChosenAnswer::InstanceMethods
- Defined in:
- lib/trivia/chosen_answer.rb
Instance Method Summary collapse
Instance Method Details
#fill_points ⇒ Object
25 26 27 |
# File 'lib/trivia/chosen_answer.rb', line 25 def fill_points self.points = self.answer.right ? self.answer.question.points : 0 unless self.points end |
#fill_question ⇒ Object
29 30 31 |
# File 'lib/trivia/chosen_answer.rb', line 29 def fill_question self.question = self.answer.question end |