pupilfirst/pupilfirst

View on GitHub
app/controllers/users_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage
B
88%

Method update_email has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def update_email
    user =
      Users::ValidateUpdateEmailTokenService.new(
        params[:token],
        current_school
Severity: Minor
Found in app/controllers/users_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status