831be98f9a
909588d964
db5d26c9d7
1 2
3 4
5
6
# frozen_string_literal: true class Student < ActiveRecord::Base has_and_belongs_to_many :lessons belongs_to :college end