4 lines
101 B
Ruby
4 lines
101 B
Ruby
class Card::Engagement < ApplicationRecord
|
|
belongs_to :card, class_name: "::Card", touch: true
|
|
end
|