Class: Audio
- Defined in:
- app/models/audio.rb
Constant Summary
Constants inherited from Document
Instance Method Summary collapse
-
#thumb(size, helper) ⇒ Object
Thumbnail file.
Methods inherited from Document
Instance Method Details
#thumb(size, helper) ⇒ Object
Thumbnail file
20 21 22 |
# File 'app/models/audio.rb', line 20 def thumb(size, helper) "#{ size.to_s }/audio.png" end |