Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
module Core
class Assignment < ActiveRecord::Base
belongs_to :instructor
belongs_to :event
end
end