unclesp1d3r/CipherSwarm

View on GitHub
app/helpers/application_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
48%

ApplicationHelper#current_url doesn't depend on instance state (maybe move it to another class?)
Open

  def current_url(request)
Severity: Minor
Found in app/helpers/application_helper.rb by reek

A Utility Function is any instance method that has no dependency on the state of the instance.

There are no issues that match your filters.

Category
Status