Class: ActiveStorageValidations::Analyzer::NullAnalyzer

Inherits:
Analyzer
  • Object
show all
Defined in:
lib/active_storage_validations/analyzer/null_analyzer.rb

Overview

ActiveStorageValidations Null Analyzer

This is a fallback analyzer when the attachable media type is not supported by our gem.

Example:

ActiveStorageValidations::Analyzer::NullAnalyzer.new(attachable).
# => {}

Instance Method Summary collapse

Instance Method Details

#metadataObject



14
15
16
# File 'lib/active_storage_validations/analyzer/null_analyzer.rb', line 14

def 
  {}
end