summaryrefslogtreecommitdiff
path: root/app/models/checkpoint.rb
blob: c014b2ecbb223120af3aa6cc40becd0a55f7ce43 (plain)
1
2
3
4
5
6
class Checkpoint < ApplicationRecord
  belongs_to :run
  belongs_to :user

  has_one_attached :save_file
end