Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. case1: -
  2. class Course < ActiveRecord::Base
  3. has_many :questions
  4. has_many :mcqs, :through => :questions
  5. has_many :subjective, :through => :questions
  6. has_many :objectives, :through => questions
  7. .
  8. .
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement