Sha256: 3501f8e9970469bfcaa2c9a2da854db4ef91d5943456bd2e7b136fb80d5695ae
Contents?: true
Size: 127 Bytes
Versions: 6
Compression:
Stored size: 127 Bytes
Contents
# frozen_string_literal: true class Student < ActiveRecord::Base has_and_belongs_to_many :lessons belongs_to :college end
Version data entries
6 entries across 6 versions & 2 rubygems