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) ⇒ Object
5 6 7 |
# File 'lib/acts_as_video_fu_helper.rb', line 5 def display_video(obj) video_klass(obj). 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 |