You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- # == 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 GlccRegistrationTask < ActiveRecord::Base
- self.table_name = "glcc_registration_task"
- has_many :examines, :class_name => :GlccMediumTermExamineMaterial, :foreign_key => "task_id"
- end
|