Sha256: 9ede4a715c563fc55218cee066889ccbe93999ab86251ddbbdb5605c89d2600f
Contents?: true
Size: 198 Bytes
Versions: 4
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true class Section < ActiveRecord::Base belongs_to :session, inverse_of: :sections, autosave: true belongs_to :seminar, inverse_of: :sections, autosave: true end
Version data entries
4 entries across 4 versions & 1 rubygems