Sha256: 66f6ed22f553c473030ef445a1a630174b3cf95fcd2491d876d79c70291f7caa
Contents?: true
Size: 133 Bytes
Versions: 4
Compression:
Stored size: 133 Bytes
Contents
# frozen_string_literal: true class Student < ActiveRecord::Base has_and_belongs_to_many :lessons belongs_to :college end
Version data entries
4 entries across 4 versions & 1 rubygems