Module: Mdarby::Acts::Acts_as_video_fu_helper

Defined in:
lib/acts_as_video_fu_helper.rb

Instance Method Summary collapse

Instance Method Details

#display_video(obj, width = 425) ⇒ Object



5
6
7
# File 'lib/acts_as_video_fu_helper.rb', line 5

def display_video(obj, width = 425)
  video_klass(obj).embed_html
end

#thumbnail_url(obj) ⇒ Object



9
10
11
# File 'lib/acts_as_video_fu_helper.rb', line 9

def thumbnail_url(obj)
  video_klass(obj).thumbnail_url
end