Class: Pageflow::AudioFileUrlTemplates
- Inherits:
-
Object
- Object
- Pageflow::AudioFileUrlTemplates
- Defined in:
- app/models/pageflow/audio_file_url_templates.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'app/models/pageflow/audio_file_url_templates.rb', line 3 def call { original: url_template(:attachment, :original), m4a: url_template(:m4a), mp3: url_template(:mp3), ogg: url_template(:ogg), peak_data: url_template(:peak_data) } end |