Sha256: 56a5c63ad2580eb8ba89e621cf8f74174325eb8c98e78d4a364a4bfed343ce6e
Contents?: true
Size: 177 Bytes
Versions: 18
Compression:
Stored size: 177 Bytes
Contents
class ExamAuthorization < ApplicationRecord belongs_to :user belongs_to :exam def start! update!(started: true, started_at: Time.current) unless started? end end
Version data entries
18 entries across 18 versions & 1 rubygems