Method: ActiveRecall::ItemMethods#wrong_answer_for!
- Defined in:
- lib/active_recall/item_methods.rb
#wrong_answer_for!(item) ⇒ Object
9 10 11 |
# File 'lib/active_recall/item_methods.rb', line 9 def wrong_answer_for!(item) deck.items.find_by(source_id: item.id).wrong! end |