5 lines
105 B
Ruby
5 lines
105 B
Ruby
class Closure < ApplicationRecord
|
|
belongs_to :card, touch: true
|
|
belongs_to :user, optional: true
|
|
end
|