Skip to content

Fix NoMethodError from Projects::BlobController#show

Vasilii Iakliushin requested to merge 439241_handle_no_method_error into master

What does this MR do and why?

Contributes to #439241 (closed)

Related to !140542 (merged)

Problem

In case when project is missing, the code raises a 500 error.

Solution

Verify that the project exists, before triggerring a Sidekiq job.

Merge request reports