Files
fizzy/app/models/card/not_now.rb
T
2025-10-15 13:44:49 +02:00

5 lines
132 B
Ruby

class Card::NotNow < ApplicationRecord
belongs_to :card, class_name: "::Card", touch: true
belongs_to :user, optional: true
end