gitlab-org--gitlab-foss/app/controllers/projects/boards
Rémy Coutable f67c7a4da6 Fix Issue board when using Ruby 2.4
In Ruby 2.4, Hash#compact exists and returns a Hash, while in
Ruby 2.3,
Hash#compact is implemented by Rails and returns a new
`ActionController::Parameters` instance in this case.

Also, `ActionController::Parameters#compact` is deprecated in
Rails 5.1 so we're using `reject { |_, value| value.nil? }` instead.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-01 16:07:05 +02:00
..
application_controller.rb Extract `Projects::Boards::ApplicationController` 2016-08-17 12:58:59 -03:00
issues_controller.rb Fix Issue board when using Ruby 2.4 2017-08-01 16:07:05 +02:00
lists_controller.rb moved creating backlog list into list service 2017-06-06 12:59:50 +01:00