ophrescue/RescueRails

View on GitHub
app/controllers/adopters_controller.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method adopter_params has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def adopter_params
    params.require(:adopter).permit(:name,
                                    :email,
                                    :secondary_email,
                                    :phone,
Severity: Major
Found in app/controllers/adopters_controller.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status