class Completion < ApplicationRecord belongs_to :contest belongs_to :contestant belongs_to :puzzle attr_accessor :display_time_from_start, :display_relative_time validates :time_seconds, presence: true end