Method: IshManager::ImagesHelper#video_thumb

Defined in:
app/helpers/ish_manager/images_helper.rb

#video_thumb(video) ⇒ Object

@TODO:

[View source]

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