-
- Downloads
Use existing methods for branch names: Ex use @repository.branch_names instead...
Use existing methods for branch names: Ex use @repository.branch_names instead of @repository.heads.map(&:name)
Showing
- app/controllers/merge_requests_controller.rb 2 additions, 2 deletionsapp/controllers/merge_requests_controller.rb
- app/models/project.rb 14 additions, 7 deletionsapp/models/project.rb
- app/models/repository.rb 2 additions, 1 deletionapp/models/repository.rb
- app/views/merge_requests/_form.html.haml 2 additions, 2 deletionsapp/views/merge_requests/_form.html.haml
- spec/models/project_spec.rb 12 additions, 1 deletionspec/models/project_spec.rb
Please register or sign in to comment