# Why ? The client need the professor could be a student and student a professor. # To do - [x] Set a Devise user table - [x] with name , email attributes - [x] Set a class_name system : creator and attendee - [x] Attendee has many generalquestions , generalquestionsvotes , attendances , questionsteps .. - [x] Creator has many courses - [ ] Generate a migration to set relationships between users and other tables with foreign keys - [ ] Get intstanciation tests from teacher aned student spec_models
Why ?
The client need the professor could be a student and student a professor.
To do