Class: Video
- Defined in:
- app/models/video.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
25 26 27 |
# File 'app/models/video.rb', line 25 def thumb(size, helper) "#{ size.to_s }/video.png" end |