activestorage/app/models/active_storage/blob.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class Blob has 43 methods (exceeds 20 allowed). Consider refactoring.
Open

class ActiveStorage::Blob < ActiveStorage::Record
  MINIMUM_TOKEN_LENGTH = 28

  has_secure_token :key, length: MINIMUM_TOKEN_LENGTH
  store :metadata, accessors: [ :analyzed, :identified, :composed ], coder: ActiveRecord::Coders::JSON
Severity: Minor
Found in activestorage/app/models/active_storage/blob.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status