hugogilmar/quadro

View on GitHub
app/helpers/quadro/video_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Quadro
  module VideoHelper
    def video_info(url)
      video.get(url)
    end
  end
end