af83/chouette-core

View on GitHub
app/helpers/application_helper.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method help_path has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def help_path
    path = request.env['PATH_INFO']
    target = case
    when path.include?("/help")
      ""
Severity: Minor
Found in app/helpers/application_helper.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status