app/controllers/moderate_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Use the return of the conditional for variable assignment and comparison.
Open

    case params[:type]
    when 'reviewed'
      @items = @current_basket.all_reviewed_revisions
    when 'rejected'
      @items = @current_basket.all_rejected_revisions

There are no issues that match your filters.

Category
Status