Added controller for country list
Added specs for countries controller Added missing frozen string literal Reworded comments for gemfile Addressing Rubocop public_send offence
显示
- Gemfile 3 个添加, 0 个删除Gemfile
- Gemfile.lock 8 个添加, 0 个删除Gemfile.lock
- config/dependency_decisions.yml 7 个添加, 0 个删除config/dependency_decisions.yml
- config/initializers/countries.rb 61 个添加, 0 个删除config/initializers/countries.rb
- config/routes.rb 1 个添加, 0 个删除config/routes.rb
- ee/app/controllers/countries_controller.rb 12 个添加, 0 个删除ee/app/controllers/countries_controller.rb
- ee/config/routes/country.rb 3 个添加, 0 个删除ee/config/routes/country.rb
- ee/lib/world.rb 16 个添加, 0 个删除ee/lib/world.rb
- ee/spec/controllers/countries_controller_spec.rb 25 个添加, 0 个删除ee/spec/controllers/countries_controller_spec.rb
- ee/spec/lib/world_spec.rb 21 个添加, 0 个删除ee/spec/lib/world_spec.rb
加载中
想要评论请 注册 或 登录