Method: IshManager::ImagesHelper#video_thumb
- Defined in:
- app/helpers/ish_manager/images_helper.rb
permalink #video_thumb(video) ⇒ Object
@TODO:
154 155 156 157 |
# File 'app/helpers/ish_manager/images_helper.rb', line 154 def video_thumb video warn 'todo wtf?' image_tag 'no_image.png' end |