Sha256: f106d4cea0bb9e32f95d62e34f4ad127ba0c5d0174296122b2c1fd4f7126c36a
Contents?: true
Size: 173 Bytes
Versions: 142
Compression:
Stored size: 173 Bytes
Contents
class ExamAuthorization < ApplicationRecord belongs_to :user belongs_to :exam def start! update!(started: true, started_at: Time.now) unless started? end end
Version data entries
142 entries across 142 versions & 2 rubygems