Sha256: ebb60279dc84aab3a46f35b495e9e9bf454d39610f9f3cdab6f5e740a46f13ed
Contents?: true
Size: 128 Bytes
Versions: 15
Compression:
Stored size: 128 Bytes
Contents
# frozen_string_literal: true class Instructor < ApplicationRecord belongs_to :user has_and_belongs_to_many :instance end
Version data entries
15 entries across 15 versions & 1 rubygems