Add the country controller and repository
Showing
- app/controllers/countries_controller.rb 35 additions, 0 deletionsapp/controllers/countries_controller.rb
- app/repositories/orient_db/base.rb 8 additions, 2 deletionsapp/repositories/orient_db/base.rb
- app/repositories/orient_db/country_repository.rb 20 additions, 0 deletionsapp/repositories/orient_db/country_repository.rb
- app/repositories/orient_db/university_repository.rb 30 additions, 0 deletionsapp/repositories/orient_db/university_repository.rb
- app/repositories/orient_db/user_repository.rb 12 additions, 1 deletionapp/repositories/orient_db/user_repository.rb
- app/views/countries/index.html.erb 16 additions, 0 deletionsapp/views/countries/index.html.erb
- app/views/countries/show.html.erb 20 additions, 0 deletionsapp/views/countries/show.html.erb
Loading
Please register or sign in to comment