Sha256: 021e9ce98a2c645190e33fd24a80fa002b134879f0d149b4e54912f0ad5b6185
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
class Audio < Document # Thumbnail file def thumb(size, helper) if format && IMAGE_FORMATS.include?(format.to_s) "#{ size.to_s }/audio.png" else "#{ size.to_s }/audio.png" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
social_stream-documents-0.2.0 | app/models/audio.rb |
social_stream-documents-0.1.12 | app/models/audio.rb |
social_stream-documents-0.1.11 | app/models/audio.rb |