course_participations.yml 292 B

123456789101112131415161718192021
  1. # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
  2. one:
  3. course: one
  4. user: daniel
  5. role: teacher
  6. two:
  7. course: one
  8. user: billy
  9. role: student
  10. three:
  11. course: two
  12. user: daniel
  13. role: teacher
  14. four:
  15. course: two
  16. user: ben
  17. role: teacher