scottwillson/racing_on_rails

View on GitHub
app/controllers/admin/people_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method person_params has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def person_params
      params.require(:person).permit(
        :administrator,
        :billing_city,
        :billing_country_code,
Severity: Major
Found in app/controllers/admin/people_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status