Class: Audioencoder

Inherits:
Object
  • Object
show all
Defined in:
app/worker/audioencoder.rb

Class Method Summary collapse

Class Method Details

.perform(audio_id) ⇒ Object



3
4
5
6
# File 'app/worker/audioencoder.rb', line 3

def self.perform(audio_id)
  audio = Audio.find(audio_id)
  Audio.file.reprocess!
end