Packages
active_storage
0.0.1
A library which allows for file storage compatible with Ruby's activestorage gem
Current section
Files
Jump to
Current section
Files
lib/analyzer/null_analyzer.ex
defmodule ActiveStorage.Analyzer.NullAnalyzer do
def accept?(_blob) do
true
end
def analyze_later? do
false
end
def metadata do
%{}
end
end