Skip to content

Instantly share code, notes, and snippets.

@Senhordim
Created March 20, 2012 19:43
Show Gist options
  • Save Senhordim/2140409 to your computer and use it in GitHub Desktop.
Save Senhordim/2140409 to your computer and use it in GitHub Desktop.
Helper para pegar vídeo do youtube
#youtube videos
def youtube_video_tag(id, html_options = {})
video_tag "http://www.youtube.com/embed/#{id}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment