gitlink-forgeplus/app/models/glcc_registration_student.rb

23 lines
424 B
Ruby

# == Schema Information
#
# Table name: ignores
# user_id
# student_name
# school
# profession
# location
# grade
# phone
# mail
# created_on
# is_delete
# prove_attachment_id
# cancel_count
# round
#
class GlccRegistrationStudent < ActiveRecord::Base
self.table_name = "glcc_registration_student"
has_many :examines, :class_name => :GlccMediumTermExamineMaterial, :foreign_key => "student_reg_id"
end