#54
Showing
- app/controllers/admin/education/programs_controller.rb 1 addition, 1 deletionapp/controllers/admin/education/programs_controller.rb
- app/controllers/admin/education/teachers_controller.rb 65 additions, 0 deletionsapp/controllers/admin/education/teachers_controller.rb
- app/models/concerns/with_slug.rb 2 additions, 1 deletionapp/models/concerns/with_slug.rb
- app/models/education/program.rb 5 additions, 0 deletionsapp/models/education/program.rb
- app/models/education/teacher.rb 57 additions, 0 deletionsapp/models/education/teacher.rb
- app/models/university/with_education.rb 1 addition, 0 deletionsapp/models/university/with_education.rb
- app/views/admin/education/programs/_form.html.erb 4 additions, 2 deletionsapp/views/admin/education/programs/_form.html.erb
- app/views/admin/education/teachers/_form.html.erb 37 additions, 0 deletionsapp/views/admin/education/teachers/_form.html.erb
- app/views/admin/education/teachers/_list.html.erb 27 additions, 0 deletionsapp/views/admin/education/teachers/_list.html.erb
- app/views/admin/education/teachers/edit.html.erb 3 additions, 0 deletionsapp/views/admin/education/teachers/edit.html.erb
- app/views/admin/education/teachers/index.html.erb 9 additions, 0 deletionsapp/views/admin/education/teachers/index.html.erb
- app/views/admin/education/teachers/jekyll.html.erb 10 additions, 0 deletionsapp/views/admin/education/teachers/jekyll.html.erb
- app/views/admin/education/teachers/new.html.erb 3 additions, 0 deletionsapp/views/admin/education/teachers/new.html.erb
- app/views/admin/education/teachers/show.html.erb 44 additions, 0 deletionsapp/views/admin/education/teachers/show.html.erb
- config/admin_navigation.rb 1 addition, 1 deletionconfig/admin_navigation.rb
- config/locales/education/en.yml 13 additions, 1 deletionconfig/locales/education/en.yml
- config/locales/education/fr.yml 12 additions, 0 deletionsconfig/locales/education/fr.yml
- config/routes/admin/education.rb 1 addition, 1 deletionconfig/routes/admin/education.rb
- db/migrate/20211115154841_create_education_teacher.rb 15 additions, 0 deletionsdb/migrate/20211115154841_create_education_teacher.rb
- db/migrate/20211115162245_create_join_table_programs_teachers.rb 8 additions, 0 deletions...ate/20211115162245_create_join_table_programs_teachers.rb
app/models/education/teacher.rb
0 → 100644
Please register or sign in to comment