Method: ActiveStorage::Analyzer#metadata
- Defined in:
- activestorage/lib/active_storage/analyzer.rb
#metadata ⇒ Object
Override this method in a concrete subclass. Have it return a Hash of metadata.
28 29 30 |
# File 'activestorage/lib/active_storage/analyzer.rb', line 28 def raise NotImplementedError end |