educoder/app/models/item_choice.rb

4 lines
78 B

class ItemChoice < ApplicationRecord
belongs_to :item_bank, touch: true
end