JumpstartLab/tracks

View on GitHub
app/controllers/search_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method results has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def results
    @source_view = params['_source_view'] || 'search'
    @page_title = "TRACKS::Search Results for #{params[:search]}"
    terms = "%#{params[:search]}%"

Severity: Minor
Found in app/controllers/search_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status