rosa-abf/rosa-build

View on GitHub
app/controllers/platforms/platforms_controller.rb

Summary

Maintainability
A
55 mins
Test Coverage

Showing 1 of 1 total issue

Method update has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

def update
authorize @platform
@admin_id = params[:admin_id]
@admin_uname = params[:admin_uname]
 
 
Severity: Minor
Found in app/controllers/platforms/platforms_controller.rb - About 55 mins to fix
Category
Status