7 8 9
# File 'lib/release_dove.rb', line 7 def self.call(*) ['200', { 'Content-Type' => 'application/json; charset=utf-8' }, [Release.all.to_json]] end