sto 0cbd2e4fdc
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Add puzzles to contests
2025-03-15 14:28:24 +01:00

6 lines
140 B
Ruby

class Puzzle < ApplicationRecord
belongs_to :contest, dependent: :destroy
has_one_attached :image
validates :name, presence: true
end