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