Sha256: f44375f6b416b3a147f04d7a18b9397346136120ba98e143f431c10fd3c818e3
Contents?: true
Size: 197 Bytes
Versions: 4
Compression:
Stored size: 197 Bytes
Contents
# frozen_string_literal: true class Session < ActiveRecord::Base has_many :sections, inverse_of: :session, autosave: true, dependent: :destroy has_many :seminars, through: :sections end
Version data entries
4 entries across 4 versions & 1 rubygems