9bc3dfea4f
`Todos::Destroy::EntityLeaveService#project_ids` was returning ActiveRecord objects with IDs, not simply IDs. That means we were serialising more than we needed to in Sidekiq. We can simply rename this method to `#projects` as this class doesn't use any of the superclass methods that would use `#project_ids`. |
||
---|---|---|
.. | ||
confidential_issue_service_spec.rb | ||
entity_leave_service_spec.rb | ||
group_private_service_spec.rb | ||
private_features_service_spec.rb | ||
project_private_service_spec.rb |