activestorage/lib/active_storage/attached/changes/create_one.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method find_or_build_blob has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def find_or_build_blob
        case attachable
        when ActiveStorage::Blob
          attachable
        when ActionDispatch::Http::UploadedFile
Severity: Minor
Found in activestorage/lib/active_storage/attached/changes/create_one.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status