WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/presenters/courses_presenter.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class CoursesPresenter has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

class CoursesPresenter
  attr_reader :current_user, :campaign_param

  def initialize(current_user:, campaign_param: nil, courses_list: nil, page: nil, tag: nil)
    @current_user = current_user
Severity: Minor
Found in app/presenters/courses_presenter.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status