ophrescue/RescueRails

View on GitHub
app/controllers/volunteer_apps_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method volunteer_app_params has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def volunteer_app_params
    params.require(:volunteer_app).permit(:name,
                                          :email,
                                          :status,
                                          :phone,
Severity: Major
Found in app/controllers/volunteer_apps_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status